├── README.md ├── cryptostreampp ├── Algorithms.hpp ├── CipherBuilder.hpp ├── CryptoByteTransformer.hpp ├── CryptoStreamPP.hpp ├── EncryptionProperties.hpp ├── IByteTransformer.hpp ├── NullByteTransformer.hpp └── RandomNumberGenerator.hpp └── example.cpp /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benhj/CryptoStreamPP/HEAD/README.md -------------------------------------------------------------------------------- /cryptostreampp/Algorithms.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benhj/CryptoStreamPP/HEAD/cryptostreampp/Algorithms.hpp -------------------------------------------------------------------------------- /cryptostreampp/CipherBuilder.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benhj/CryptoStreamPP/HEAD/cryptostreampp/CipherBuilder.hpp -------------------------------------------------------------------------------- /cryptostreampp/CryptoByteTransformer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benhj/CryptoStreamPP/HEAD/cryptostreampp/CryptoByteTransformer.hpp -------------------------------------------------------------------------------- /cryptostreampp/CryptoStreamPP.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benhj/CryptoStreamPP/HEAD/cryptostreampp/CryptoStreamPP.hpp -------------------------------------------------------------------------------- /cryptostreampp/EncryptionProperties.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benhj/CryptoStreamPP/HEAD/cryptostreampp/EncryptionProperties.hpp -------------------------------------------------------------------------------- /cryptostreampp/IByteTransformer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benhj/CryptoStreamPP/HEAD/cryptostreampp/IByteTransformer.hpp -------------------------------------------------------------------------------- /cryptostreampp/NullByteTransformer.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benhj/CryptoStreamPP/HEAD/cryptostreampp/NullByteTransformer.hpp -------------------------------------------------------------------------------- /cryptostreampp/RandomNumberGenerator.hpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benhj/CryptoStreamPP/HEAD/cryptostreampp/RandomNumberGenerator.hpp -------------------------------------------------------------------------------- /example.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/benhj/CryptoStreamPP/HEAD/example.cpp --------------------------------------------------------------------------------