You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a feature request, not a bug. Fortunately, probably easy to add :)
I recommend you add by default hooks for Cipher.doFinal, and that in the hook, you show the input byte array argument and in the output, the returned byte array.
This is very helpful to view encrypted/decrypted data :)
The text was updated successfully, but these errors were encountered:
This is a feature request, not a bug. Fortunately, probably easy to add :)
I recommend you add by default hooks for
Cipher.doFinal
, and that in the hook, you show the input byte array argument and in the output, the returned byte array.This is very helpful to view encrypted/decrypted data :)
The text was updated successfully, but these errors were encountered: