Skip to content

esteban8a/minienigma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

minienigma

Minienigma it's a simple to use string encrypting/decrypting machine out of the box. It uses a AES 256 CBC algorithm which makes your data pretty secure this days. In order to use it, make sure to configure it using MiniEnigma.configure(key, iv) where key and iv needs to be a combination of characters. Key must be 32 characters long. Iv must be 16 characters long. To encrypt just call MiniEnigma.encrypt('your insecure data here'). To decrypt MiniEnigma.decrypt('your secure data here').

PD: A nice place to get secure key and iv: http://randomkeygen.com

About

Ruby Gem for easy string encryption using AES CBC 256 bits.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages