There is no an embryo of standard cryptography support for DWScript through the dwsCryptoLib module. The implementations are currently based on mORMot‘s SynCrypto unit, which is fast and solid. Script-side it’s exposed as a System.Crypto unit, and offers the following classes: HashAlgorithm HashMD5 HashSHA1 HashSHA256 EncryptionAlgorithm EncryptionAESSHA256Full The classes are currently meant for static usage…
↧