aboutsummaryrefslogtreecommitdiff
path: root/system/acopw-cli/slack-desc
diff options
context:
space:
mode:
Diffstat (limited to 'system/acopw-cli/slack-desc')
-rw-r--r--system/acopw-cli/slack-desc19
1 files changed, 19 insertions, 0 deletions
diff --git a/system/acopw-cli/slack-desc b/system/acopw-cli/slack-desc
new file mode 100644
index 0000000000..dab2690d9d
--- /dev/null
+++ b/system/acopw-cli/slack-desc
@@ -0,0 +1,19 @@
+# HOW TO EDIT THIS FILE:
+# The "handy ruler" below makes it easier to edit a package description. Line
+# up the first '|' above the ':' following the base package name, and the '|' on
+# the right side marks the last column you can put a character in. You must make
+# exactly 11 lines for the formatting to be correct. It's also customary to
+# leave one space after the ':'.
+
+ |-----handy-ruler------------------------------------------------------|
+acopw-cli: acopw-cli (simple and secure password generator)
+acopw-cli:
+acopw-cli: acopw-cli is a fast and minimal command-line utility for generating
+acopw-cli: secure random passwords, Diceware-style passphrases, and numeric PINs.
+acopw-cli: It uses Go's crypto/rand for strong randomness and includes a curated
+acopw-cli: word list with over 23,000 words for Diceware generation.
+acopw-cli:
+acopw-cli: It supports multiple generation modes with no external dependencies
+acopw-cli: beyond Go, and is designed to be simple and scriptable.
+acopw-cli:
+acopw-cli: Homepage: https://git.sr.ht/~jamesponddotco/acopw-cli