You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
# CryptiPass
2
2
3
3
CryptiPass is a Go library for generating high-entropy, pronounceable passphrases. It offers a secure and simple way to create human-friendly, memorable passphrases that are still cryptographically strong. Each passphrase is composed of a sequence of randomly generated words, ensuring both security and usability.
4
-
4
+
We also have a [CLI](cmd/genpw) available for non-library uses.
5
5
## Features
6
6
7
7
-**High Entropy**: CryptiPass ensures that generated passphrases exceed 20.25 bits of entropy per word, providing strong security against brute-force attacks.
0 commit comments