Skip to content

Version 12.35.0

Compare
Choose a tag to compare
@andyone andyone released this 11 Nov 11:31
· 835 commits to master since this release
v12.35.0
7ba228c

Moderate Urgency

Changelog

New Features

  • [secstr] New sub-package for working with protected (secure) strings
  • [passwd] Added method GenPasswordVariations and GenPasswordBytesVariations for generating password variations with possible typos fixes
  • [passwd] Added methods HashBytes, CheckBytes, GenPasswordBytes and GetPasswordBytesStrength

Improvements

  • [req] Method Query.String() renamed to Query.Encode()
  • [passwd] Method Encrypt marked as depricated (use Hash method instead)
  • [passwd] Added more usage examples