summaryrefslogtreecommitdiffstats
path: root/security/crypt-password/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'security/crypt-password/README.md')
-rw-r--r--security/crypt-password/README.md10
1 files changed, 10 insertions, 0 deletions
diff --git a/security/crypt-password/README.md b/security/crypt-password/README.md
new file mode 100644
index 00000000..1ce79273
--- /dev/null
+++ b/security/crypt-password/README.md
@@ -0,0 +1,10 @@
+Crypt Password
+==================================
+
+Library to generate and match cryptography password using BCrypt algorithm
+
+### Requirements
+mvn clean install
+
+### How to use
+java -jar crypt-password-<version>.jar password_to_crypt \ No newline at end of file