Skip to content

chucnorrisful/secure_transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Secure Transfer

Encodes a file with AES and encrypts the used key with RSA to enable secure file transfer using asymmetric encoding.

Usage

# build the tool (requires Go)
cd tool
go build

# generate a new RSA keypair
./tool.exe -g

# encode a file with a foreign public-key
./tool.exe -pub-key pathTo/foreignKey.pub fileToEncode

# decode a file that was encoded using your current publickey
./tool.exe -d theEncodedFile.zip

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published