mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-12-06 04:11:11 +01:00
Previously the code supplied `null` to BouncyCastle's encryptor/decryptor builder's build method and that caused NullPointerException to be thrown. The fix checks if the passphrase is empty and omits the BouncyCastle builder in that case. Fixes #16. |
||
|---|---|---|
| .. | ||
| src | ||
| build.gradle | ||