Skip to content

More secure charsets

Latest
Compare
Choose a tag to compare
@twharmon twharmon released this 11 Jan 17:00
· 2 commits to main since this release
a003e0d

All of the old charsets for gouid.String() have been removed, since their lengths were not factors of 256. In their place, two charsets have been added: gouid.Secure32Char and gouid.Secure64Char. These will ensure an even distribution of characters and will be cryptographically secure.