fix: throw exception instead of returning plaintext when encryption fails (Closes #165) #178
Reference in New Issue
Block a user
Delete Branch "feature/issue-165-encryption-no-plaintext-fallback"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
EncryptionService::encrypt()now throwsRuntimeExceptionwhenICrypto::encrypt()fails, instead of silently returning plaintextTest plan
Closes #165