2017
NaCl: Networking and Cryptography library
by wabausNaCl (pronounced "salt") is a new easy-to-use high-speed software library for network communication, encryption, decryption, signatures, etc. NaCl's goal is to provide all of the core operations needed to build higher-level cryptographic tools.
Of course, other libraries already exist for these core operations. NaCl advances the state of the art by improving security, by improving usability, and by improving speed.
2006
Stone PHP SafeCrypt: Convenient, Secure and Typesafe Encryption (Tutorial, Library and Test Code)
by StoneCypher & 3 othersEver wanted to add encryption to your PHP apps? Tired of how much of a hassle it is? Worried about the tricky pitfalls everyone tells you to watch out for? Stone PHP SafeCrypt is a library to wrap mcrypt and handle the subtle details of creating a correct and portable enciphering with serialization. A tutorial and test library are included.
1
(2 marks)