From d0eb45fe03597dc1b680dabff15daf5df0e65cac Mon Sep 17 00:00:00 2001 From: Aizen Date: Wed, 2 Oct 2024 07:26:37 +0200 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b6934b2..ae98156 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CryptiPass +# CryptiPass v1.1 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. We also have a [CLI](cmd/genpw) available for non-library uses.