Sha256: 64a05732d73787348c035eda8cd3d5ff5477427d1426e2cf5a01b803e415eaa1
Contents?: true
Size: 657 Bytes
Versions: 1
Compression:
Stored size: 657 Bytes
Contents
crypt-fog is a simple encryption mechanism, but slightly better than Rot13. It's primary goal is to provide a reasonable amount of obfuscation without having to resort to public/private key exchanges, etc. For hyper-sensitive data I recommend using a more advanced encryption scheme. In addition to the module, a stand-alone program is included called "quickenc.rb" that takes both a string and a number as arguments and returns your encrypted string. You can then copy/paste that string to a .rc file. Just remember the number you picked in order to decrypt it. Usage: ruby quickenc.rb -s "hello" -d 1688 ruby quickenc.rb -f "test.txt" -d 1066
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
crypt-fog-0.1.0 | README |