Skip to content

8.5.3

Choose a tag to compare

@Sephster Sephster released this 05 Jul 23:02
· 444 commits to master since this release

Security

  • If a key string is provided to the CryptKey constructor with an invalid
    passphrase, the LogicException message generated will expose the given key.
    The key is no longer leaked via this exception (PR #1353)