staticrypt icon indicating copy to clipboard operation
staticrypt copied to clipboard

codec.js decode() calculates hash of encrypted multiple times

Open jimhark opened this issue 5 months ago • 0 comments

In codec.js/decode(), digestMessage() can be called up to 3 times to hash 'encrypted' which may be large. This is a performance bug.

jimhark avatar Jul 21 '25 03:07 jimhark