Infos
Monday, November 8 2021
10:30 - 11:30
10:30 - 11:30
Description
The OpenSource mORMot framework has a strong set of cryptography features. It offers symmetric
cryptography with hashing and encryption, together with asymmetric cryptography via private/public
key pairs. Its optimized pascal and assembly engines can be embedded into your executable, but you
could also call an external OpenSSL library if needed. This session will present mormot.crypt.* units, and
apply them to some use cases, from low-level algorithms to high-level JWT or file encryption and signing.