in reply to Re^2: Encryption using perl core functions only
in thread Encryption using perl core functions only

Crypt::Blowfish_PP only provides means of encrypting and decrypting 8-byte blocks. Being able to encrypt and decrypt blocks is just part of "encryption".

Crypt::CBC is a facility to provide padding, chaining and salting.

That still leaves

And that's just to protect the data in transit.