Skip to content

RicardoStoklosa/rsa-rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Como rodar: para versao otimizada

$ cargo build --release
$ ./target/release/rsa

ou apenas

$ cargo run

commandos:

Commands:
       genkey
               Generate the public and private key
       encrypt [file path] [key exp] [key n]
               Encrypt a file
       decrypt [file path] [key exp] [key n]
               Decrypt a file
       help

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages