Skip to content

alexemanuelol/File-Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File-Encryption

A simple cryptography program that handles encryption/decryption of a file using a password (AES).

Setup

$ git clone https://github.com/alexemanuelol/File-Encryption.git
$ cd File-Encryption
$ bundle install

Usage

Basic usage:

$ ruby crypto.rb --encrypt file.txt --password secretPassword --output file_encrypted.txt

$ ruby crypto.rb --decrypt file_encrypted.txt --password secretPassword --output original_file.txt

About

A simple cryptography program that handles encryption/decryption of a file using a password (AES).

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages