From da44391334779ec0b788c5be4b4d1291b8bde47b Mon Sep 17 00:00:00 2001 From: Romain Biard Date: Tue, 20 Feb 2018 12:18:31 -0300 Subject: [PATCH] Addition of a new bundle to hash using BCRYPT algorithm --- .../Bcrypt Hash.spBundle/command.plist | 28 +++++++++++++++++++ contributed/Bcrypt Hash.spBundle/encrypt.sh | 5 ++++ 2 files changed, 33 insertions(+) create mode 100644 contributed/Bcrypt Hash.spBundle/command.plist create mode 100755 contributed/Bcrypt Hash.spBundle/encrypt.sh diff --git a/contributed/Bcrypt Hash.spBundle/command.plist b/contributed/Bcrypt Hash.spBundle/command.plist new file mode 100644 index 0000000..3feecba --- /dev/null +++ b/contributed/Bcrypt Hash.spBundle/command.plist @@ -0,0 +1,28 @@ + + + + + author + Romain Biard + category + Hash + command + ./encrypt.sh + description + Encrypts a string using BCRYPT algorithm + input + selectedtext + input_fallback + entirecontent + keyEquivalent + + name + BCRYPT + output + replaceselection + scope + inputfield + uuid + 37A7Ad4C-AB7C-4CEC-9451-FA551C16400F + + diff --git a/contributed/Bcrypt Hash.spBundle/encrypt.sh b/contributed/Bcrypt Hash.spBundle/encrypt.sh new file mode 100755 index 0000000..72cb03a --- /dev/null +++ b/contributed/Bcrypt Hash.spBundle/encrypt.sh @@ -0,0 +1,5 @@ +#!/usr/bin/php +