mirror of https://github.com/apache/nifi.git
2c1f5b49e4
Added external compatibility regression test for StringEncryptor to ensure continued functionality during removal of Jasypt. Documents custom salt lengths and iteration counts for each encryption method. Added (ignored) failing tests for keyed encryption (Jasypt does not support keyed encryption). Changed StringEncryptor to non-final class and added protected default constructor. Added failing test for initialization status. Added utility methods in CipherUtility. Moved PBE cipher providers (and tests) from nifi-standard-processors to nifi-security-utils module. Implemented PBE and keyed encryption/decryption logic. Moved Scrypt unit test back into scrypt package. Resolved test failures in limited strength cryptographic environment. Implemented keyed encryption/decryption and enabled unit tests. Removed Jasypt dependency from production scope (kept in test scope for backward compatibility tests). Signed-off-by: joewitt <joewitt@apache.org> |
||
---|---|---|
.. | ||
src | ||
pom.xml |