search for: our_key

Displaying 3 results from an estimated 3 matches for "our_key".

Did you mean: obj_key
2019 Apr 10
2
decrypt.rb
On 4/10/2019 1:32 AM, Aki Tuomi wrote: > On 9.4.2019 18.15, Dave wrote: >>>> I've tried specifying an output file as well, per the script's >> command line options, >>>> but the output file is 0 bytes.? Does anyone have any suggestions? >> I *think* I'm >>>> using it the way it's intended to be used, but maybe I'm not?!
2019 Apr 10
0
decrypt.rb
...t may be causing it not to work for me yet. Will keep > looking. > > Out of curiosity, what version of ruby were you using to run the > script?? My ruby version is 2.5.1p57. > > -Dave So, I found that in decrypt.rb there is a point where this section is reached: [code] unless our_key == nil ?? # decrypt data! [/code] While testing I discovered that, for me, our_key was apparently equal to nil because the code was never even making it into that block.? There was a block right above that that was setting our_key to nil if a certain condition happened, but I could tell that c...
2019 Apr 11
2
decrypt.rb
...> looking. > > > > Out of curiosity, what version of ruby were you using to run the > > script?? My ruby version is 2.5.1p57. > > > > -Dave > > So, I found that in decrypt.rb there is a point where this section is > reached: > > [code] > unless our_key == nil > ?? # decrypt data! > [/code] > > While testing I discovered that, for me, our_key was apparently equal to > nil because the code was never even making it into that block.? There > was a block right above that that was setting our_key to nil if a > certain conditio...