Skip to content

Releases: GGP1/atoll

v0.6.0

26 Feb 02:29
Compare
Choose a tag to compare

Changelog

  • f3c838c Use bytes instead of strings so secrets can be safely wiped after they are used.
  • f4b14c2 Wipe sensitive data after secret creation.

Performance improvements

  • Passwords generation now consume ~50% less bytes and do 37 less allocations, time per operation has also been improved.

v0.5.2

21 Oct 02:24
Compare
Choose a tag to compare
  • Align structs fields to avoid padding

v0.5.1

14 Sep 18:43
Compare
Choose a tag to compare
  • Performance improvements
  • Simplified passphrase lists
  • Updated documentation

v0.5.0

25 Apr 13:48
Compare
Choose a tag to compare
  • Levels Lowercase and Uppercase changed to Lower and Upper.
  • Password generation big performance improvements.

v0.4.3

31 Mar 04:23
Compare
Choose a tag to compare
Code simplification

v0.4.2

17 Feb 18:05
Compare
Choose a tag to compare
1.16 update

v0.4.1

17 Feb 02:35
Compare
Choose a tag to compare
Fix naming and entropy

v0.4.0

04 Feb 01:31
Compare
Choose a tag to compare
  • Password
    • Replace format numbers with level types
    • If no levels are specified it now returns an error instead of using defaults
  • Passphrase
    • Avoid an allocation when including words
    • Updated documentation and tests

v0.3.2

16 Jan 02:59
Compare
Choose a tag to compare
Small fixes

v0.3.1

09 Jan 19:55
Compare
Choose a tag to compare
Fix NoList entropy bug