Skip to content

tpoxa/caesar-cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Technical challenge

Caesar cipher gRPC server and client

Prerequisites

Install golang and protoc compiler with gRPC plugin (https://grpc.io/docs/languages/go/quickstart/#prerequisites)

Build

make build

Run server

Default listen addr is localhost:8080

cd bin/
./server
./server --help #for options

Client usage

./client encrypt maksym
./client decrypt nbltzn
./client --help # for options

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published