#redact — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #redact, aggregated by home.social.
-
Privacy filter https://echo.apperdeck.com now also supports the latest PII model from OpenAI. Learn more about the model at https://alternativeto.net/news/2026/4/openai-releases-privacy-filter-a-local-open-weight-model-built-for-personal-data-masking/ #pii #privacy #ai #anonymize #redact
-
To manage passwords in #golang, check out the following #gogen packages:
* Generate new #passwords: https://pkg.go.dev/github.com/tecnickcom/gogen/pkg/random.
* Check for #similarity with existing passwords: https://pkg.go.dev/github.com/tecnickcom/gogen/pkg/stringmetric.
* Compare passwords against #compromised ones (#pwned): https://pkg.go.dev/github.com/tecnickcom/gogen/pkg/passwordpwned.
* Secure password #hashing, #storage, and #verification: https://pkg.go.dev/github.com/tecnickcom/gogen/pkg/passwordhash (based on #OWASP Password Storage Cheat advice).See also: #awssecretcache, #encrypt, #jwt, #redact, #randkey.