utils/encryption library
Encryption functions.
Copyright (C) 2025, Software Innovation Institute, ANU.
Licensed under the GNU General Public License, Version 3 (the "License").
Authors: Anushka Vidanage
Functions
-
decryptVal(
String encValStr, String encKey) → String - A function for decrypting an encypted value
-
encryptVal(
String plaintextStr, String encKey) → String - A function for ecrypting a plaintext value
-
getDummyIv(
) → IV