Created
June 29, 2010 21:42
-
-
Save austinthecoder/457858 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Encryptor.encrypt("hey", :key => "mykey") | |
# this returns "Ҷ\210\220ğ\255???u;\361\273\245@" | |
# trying to put this in the DB gives: incomplete multibyte character |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment