diff options
| author | Paul Buetow <paul@mimecast.com> | 2018-05-27 22:06:27 +0100 |
|---|---|---|
| committer | Paul Buetow <paul@mimecast.com> | 2018-05-27 22:06:27 +0100 |
| commit | 2ae97604c1a8e4afcf9b84b19a2c87b8bf058a6e (patch) | |
| tree | b7158929d07236d5429b949e89ff053f99793a33 | |
| parent | c3001651a22e2ef7adf7f66e18beaa49c11b8502 (diff) | |
fixin it
| -rw-r--r-- | geheim.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -69,7 +69,7 @@ module Encryption def initialize super() if @@key.nil? - @@key = Base64.encode64(File.read($key_file)) + @@key = File.read($key_file) print "IV: " @@iv = @@key[-1] + $stdin.gets.chomp * 10 + @@key[0] end |
