EKON 26
The Conference for Delphi & more
November 7 - 9, 2022 | Düsseldorf

mORMot Cryptography

Session
This talk originates from the archive. To the CURRENT program
Team Discount Save 100 € with a Team registraion Register now!

More talks in the program:

Infos
Monday, November 8 2021
10:30 - 11:30

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.