DelphiEncryptionCompendium
DelphiEncryptionCompendium copied to clipboard
Cryptographic library for Embarcadero Delphi and potentially for FPC as well
Cleanup
* Bugfix in PurePascal (incompatiple types) * ProjectOptions - OutputPaths and SearchPaths * Demos und Tests gegen DCUs aus SearchPath kompiliert
Hello, Would **Keccak** be implemented (224, 256, 384 and 512)? Best regards.
I have to encrypt/decrypt a string on AES 256 CBC, and I'm getting a shorter string compared wit PHP. PHP Example: https://gist.github.com/ezegg/8d54c98b8fbdce263409eabaf8afabe6 PHP Output DB8BRqb2q6BW/HLQYN2pr2n9DTL1Q8kp2lvZi3rogbxjEasiMbgU4q5/vDav+p0O0KWlfMm NekXN+UkbUiB+s/LNf1MF2EgOQEZoivxgp+UJxsuT5vDIMmQXUkuwkyUE+a7hH5FwaDDY8D NwW2kowFXeE69AcOMaWnyZ+YplKNEUOzQzLstBxWnJE+aSr0+vQN3knkIIjbT10yfSTV/OQA== FMX Output. DB8BRqb2q6BW/HLQYN2pr2n9DTL1Q8kp2lvZi3rogbxjEasiMbgU4q5/vDav+p0O0KWlfMm...
**Describe the solution you'd like** CPU/GPU Accelerating Hashing & Encryption **Additional context** On CPU using SSE/AVX Extensions and GPU using OpenCL/CUDA
This is the only really left thing of #2: implement the Tiger128 and Tiger160 hash algorithms. While this can be done and will eventually done importance of this is considered...
The Hash FMX demo app crashes when compiled as release mode Android 32 app. When compiled as Android 32 bit debug mode app it works. The reason is not known...
I use Delphi 10.4.2 and I have Oneplus7 android 11 Steps to reproduce the behavior: Just add DECCiphers in uses list in an activity, compile it in Android 32bit release...
Hello, Thanks for the project! Does this project has any ties with https://github.com/decfpc/DelphiEncryptionCompendium which has the **exact same name**? Thanks!
**Describe the bug** In DEC (6.4.1) when using block cipher, e.g. AES or DES, I encounter range check error exception in DECCipherModes.pas (2022-02-27), TDECCipherModes.EncodeCBCx() when encrypting blocks larger than 32...