This repository was archived by the owner on Dec 3, 2022. It is now read-only.
handerson/string_encryption
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
string_encryption v0.1 ================ Ruby on Rails plugin that allows for super simple string encryption. Example ======= Setup: script/plugin install git://github.com/handerson/string_encryption.git script/generate encryption_key Encryption: "Test".encrypt => "NDFkZTc5NDEyNTg1MzdiZPzBrxZz5aoN%0A" Decryption "NDFkZTc5NDEyNTg1MzdiZPzBrxZz5aoN%0A".decrypt => "Test" Copyright (c) 2009 Knetwit Inc., released under the MIT license Author(s): Heath Anderson