Skip to content

MaryannGitonga/encrypted-file-transfer-tool-gRPC

Repository files navigation

Encrypted File Transfer Tool using gRPC

A file transfer tool using gRPC

Request-Response Flow

As shown in the architecture below, the gRPC client encrypts the file metadata and the contents of the file, and sends them as a request to the gRPC server. The gRPC server decrypts the metadata and the contents of the file before writing them to a new file (symbolizing the transfer).

image

About

A file transfer tool using gRPC

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages