Skip to content

Releases: billgraziano/dpapi

Release 0.5

27 Oct 14:52
Compare
Choose a tag to compare

Update dependencies

Release 0.4.0

30 Jun 12:34
Compare
Choose a tag to compare
  • Run gosec. There were no changes to the library except annotating unsafe calls. The stable sample application had an unhandled error.
  • Standardize the README references format
  • The stable sample application cleans up file paths and saves with better permissions.

Release 0.3.0

18 Oct 16:39
Compare
Choose a tag to compare
  • Zero memory before freeing (thanks @dcormier )
  • Add support to encrypt with entropy (thanks @42wim )
  • Add sample application to verify decryption stability while developing

Release 0.2.0

29 Aug 17:42
ba3e8bf
Compare
Choose a tag to compare
  • Migrated away from deprecated syscall pacakge
  • Expose ability to encrypt with CRYPTPROTECT_LOCAL_MACHINE flag
  • Improved sample application to decrypt strings

Thanks Daniel!

v0.1.0

13 Oct 13:45
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release
init