TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: I just released acopw 0.3.0, a small password generator module for Go

1 pointsby jamesponddotcoover 1 year ago

1 comment

jamesponddotcoover 1 year ago
I&#x27;m learning Go[1] and wrote this module a while back that generates random passwords, diceware passwords, PINs, and UUIDv4 using crypto&#x2F;rand. I just refactored the base algorithm with the help of ChatGPT, and reduced allocations from 10 to about 2.<p>The API is still not stable, hence the version[2], but I would love some feedback or a review so I can remove the notice at the start of the README file, haha.<p>[1] Programming in general, really, as servers are my forte.<p>[2] Still debating if the Random.Generate() and PIN.Generate() should return an error or not.