summaryrefslogtreecommitdiffstats
path: root/security/crypt-password/README.md
diff options
context:
space:
mode:
authorZlatko Murgoski <zlatko.murgoski@nokia.com>2018-12-13 12:23:30 +0100
committerZlatko Murgoski <zlatko.murgoski@nokia.com>2018-12-13 13:29:13 +0100
commit2cf4d3c25895df964e3767ebd78ad75f1bb74619 (patch)
tree8619d167aa84c0a52e8b2dbf873f603c08ddf989 /security/crypt-password/README.md
parent445e345948ebd64c68a3944c5bfd64528340b781 (diff)
Tool for password cryptography
Tool for password cryptography Change-Id: I7713c8568a00409e282c250eefe4047458d3edac Issue-ID: DCAEGEN2-1020 Signed-off-by: Zlatko Murgoski <zlatko.murgoski@nokia.com>
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