Displaying 2 results from an estimated 2 matches for "decrypt_fil".
Did you mean:
decrypt_file
2008 Jun 06
1
Need help with Decryption using blowfish CBC
...from (irb):89:in `final''
from (irb):89
from (irb):72:in `open''
from (irb):72
I''ve also tried using the Blowfish library:
require ''crypt/blowfish''
blowfish = Crypt::Blowfish.new("fOyBtMaN4u2T")
blowfish.decrypt_file(''C:\\mapcrypt\\11225035.00X'', ''MAP.TIFF'')
But this returns the error:
NoMethodError: undefined method `%'' for true:TrueClass
from c:/ruby/lib/ruby/gems/1.8/gems/crypt-1.1.4/./crypt/
blowfish.rb:84:in `decrypt_pair''
from c:/rub...
2012 Aug 08
0
[Announce] GPA 0.9.3 released
...-02)
------------------------------------------------
* Adjust server mode to modern Libassuan.
* Add options --enable-logging for W32.
* Add options --gpg-binary, --gpgsm-binary and --debug-edit-fsm.
* Properly process CMS data in the clipboard and with the server's
VERIFY_FILES and DECRYPT_FILES commands.
* Minor code cleanups.
Noteworthy changes in version 0.9.1 (2012-04-18)
------------------------------------------------
* The key selection dialogs for encryption and signing do not anymore
list expired, revoked or otherwise invalid keys.
* If no recipients are given to the...