I don't appear to have ccrypt in my Ruby...

X

Xeno Campanoli

Ruby is getting that or at least something that good for encryption, isn't it?
crypt is pretty much useless for any responsible attempts at security.

xc
 
C

Codeblogger

[Note: parts of this message were removed to make it a legal post.]

Hello Xeno,

encryption/decryption tools are available as external libraries (like in any
other good programming language).
A quick search with http://www.google.com/search?q=encryption+ruby reveals a
lot of possible solutions.

Regards,
Nicolai
 
B

Brian Candler

Xeno said:
Ruby is getting that or at least something that good for encryption,

There is a comprehensive binding to openssl in the standard library.
Documentation isn't brilliant but you can google for examples.

Alternatively, if you just need to encrypt and decrypt files, then you
could look at ruby-gpgme
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,013
Latest member
KatriceSwa

Latest Threads

Top