↧
ezcrypto – ruby gem for encrypting and decrypting
ezcrypto is a Ruby wrapper around the openssl library which allows you to encrypt and decipher text. You can install ezcrypto as a gem. Installing ezcrypto as a gem sudo gem install ezcrypto ezcrypto...
View ArticleAuthlogic vs Devise for Authentication in Rails
The following post has been written by Brian Morearty. Here he compares Authlogic to Devise. I’m posting the following with his permission. "Here’s my comparison. Please keep in mind this is after only...
View ArticleHow to Create Self-Signed Client and Web Server Certificates using openssl
Use CSRs and Keys you got developers for each client, if there are more than one. Get it from them if you don’t have them or create the client key(s). They should do something like this and send you...
View Article