I don't appear to have ccrypt in my Ruby

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

Hello Xeno,

encryption/decryption tools are available as external libraries (like in
any
other good programming language).
A quick search with encryption ruby - Google Search
reveals a
lot of possible solutions.

Regards,
Nicolai

Xeno C. wrote:

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