bin/quickenc in crypt-fog-0.1.0 vs bin/quickenc in crypt-fog-1.0.0
- old
+ new
@@ -1,11 +1,26 @@
-$:.unshift Dir.pwd + "/lib"
+#!/usr/local/bin/ruby
+#
+# This script allows you to encode a string or file using the
+# crypt-fog Ruby package.
+#
+# Author:
+# Daniel J. Berger
+#
+# Warranty:
+# This package is provided "as is" and without any express or
+# implied warranties, including, without limitation, the implied
+# warranties of merchantability and fitness for a particular purpose.
+#
+# License: Ruby's
+#
+# Copyright: (C) 2003-2005 Daniel J. Berger. All rights reserved.
require "getoptlong"
require "crypt/fog"
include Crypt
-QUICKENC_VERSION = 1.0
+QUICKENC_VERSION = 1.1
def usage
print <<-HELP
Usage: quickenc -f <filename> -d <salt>
quickenc -s <string> -d <salt>