aboutsummaryrefslogtreecommitdiff
path: root/examples/working-loaded
diff options
context:
space:
mode:
authorDrahflow <drahflow@gmx.de>2015-12-09 15:51:47 +0100
committerDrahflow <drahflow@gmx.de>2015-12-09 15:51:58 +0100
commit6c169b869dc5d97c3bdd05c87c828471bc29ef1c (patch)
tree319ad07f5725a2ea2d2e8e3eef00cb1ba75e59c7 /examples/working-loaded
parent3c1ac9b3d0ddfaa3a0b426e1e62a6687af78c591 (diff)
SHA512 example
Diffstat (limited to 'examples/working-loaded')
-rw-r--r--examples/working-loaded/sha512.test5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/working-loaded/sha512.test b/examples/working-loaded/sha512.test
new file mode 100644
index 0000000..bab52a2
--- /dev/null
+++ b/examples/working-loaded/sha512.test
@@ -0,0 +1,5 @@
+100 {
+ "" crypt .sha512 .hex dump
+ "Test" crypt .sha512 .hex dump
+ "abcdefghbcdefghicdefghijdefghijkefghijklfghijklmghijklmnhijklmnoijklmnopjklmnopqklmnopqrlmnopqrsmnopqrstnopqrstu" crypt .sha512 .hex dump
+} rep