Skip to content
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.

handerson/string_encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

*DEAD* Ruby on Rails plugin that allows for super simple string encryption.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages