Description
Perl applications can access a broad set of cryptographic primitives, including hashes, ciphers, public-key operations, random generation, and related helpers. It is useful for software that needs several security building blocks from one toolkit.
It is a developer library, not a complete security solution. Correct use depends on choosing modern primitives, safe modes, key management, and protocols suited to the application's threat model.