Skip to content

Releases: Somorpher/ByteCrypt

release_v1.0.0

17 Aug 14:29
ff1aa35
Compare
Choose a tag to compare

note that this has been coded, compiled, tested on a linux x86-64 linux machine, perhaps cross platform compatibility is not guaranteed, although the base cryptographic library(crypto++) is cross platform compatible, there may be micro issues within the rest of the code, nothing bad will happen if is not compatible, it will not even execute the first function.
Also important to note that this has a single dependency(crypto++) so you are required to have it installed. This is a serious and robust cryptographic module to include in a c++ unit, it allows for easy cryptographic operations using different modes of operation and secure efficient algorithms.

Full Changelog: https://github.com/Somorpher/ByteCrypt/commits/v1.0.0