search for: key_digest

Displaying 6 results from an estimated 6 matches for "key_digest".

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?!
2020 May 14
0
[Dovecot v2.3.9.3] HTTP API Endpoint for mailbox cryptokey operations
...=<pass> dbname=<db>" # User's private keys map { pattern = priv/$mailboxid/vendor/vendor.dovecot/pvt/crypt/privkeys/$digest table = virtual_users_cryptokeys_priv_dict username_field = email value_field = key_contents fields { mailbox_id = $mailboxid key_digest = $digest } } map { pattern = priv/$mailboxid/vendor/vendor.dovecot/pvt/server/vendor/vendor.dovecot/pvt/crypt/privkeys/$digest table = virtual_users_cryptokeys_priv_server_dict username_field = email value_field = key_contents fields { mailbox_id = $mailboxid key_dig...
2019 Apr 10
0
decrypt.rb
...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 condition wasn't happening as the accompanying error message wasn't printing.? Looking farther up, I found: [code] our_key = key if key[:digest] == options[:key_digest] [/code] I printed the values of key[:digest] and options[:key_digest], and they are in fact different.? Since our_key is nil by default, our_key was just remaining nil, hence no decryption for me. The key[:digest] variable is filled a little above that part of the code: [code] (key[:type],key...
2019 Apr 11
2
decrypt.rb
...ht above that that was setting our_key to nil if a > certain condition happened, but I could tell that condition wasn't > happening as the accompanying error message wasn't printing.? Looking > farther up, I found: > > [code] > our_key = key if key[:digest] == options[:key_digest] > [/code] > > I printed the values of key[:digest] and options[:key_digest], and they > are in fact different.? Since our_key is nil by default, our_key was > just remaining nil, hence no decryption for me. > > The key[:digest] variable is filled a little above that part o...
2018 Jul 26
4
Problem with definition of slist in CFEngine
..."sys.interfaces_flags ....... = $(sys.interfaces_flags)", "sys.ip_addresses ........... = $(sys.ip_addresses)", "sys.ip2iface ............... = $(sys.ip2iface)", "sys.ipv4 ................... = $(sys.ipv4)", "sys.key_digest ............. = $(sys.key_digest)", "sys.last_policy_update ..... = $(sys.last_policy_update)", "sys.libdir ................. = $(sys.libdir)", "sys.local_libdir ........... = $(sys.local_libdir)", "sys.logdir ................
2018 Jul 26
0
Problem with definition of slist in CFEngine
...interfaces_flags ....... = $(sys.interfaces_flags)", > "sys.ip_addresses ........... = $(sys.ip_addresses)", > "sys.ip2iface ............... = $(sys.ip2iface)", > "sys.ipv4 ................... = $(sys.ipv4)", > "sys.key_digest ............. = $(sys.key_digest)", > "sys.last_policy_update ..... = $(sys.last_policy_update)", > "sys.libdir ................. = $(sys.libdir)", > "sys.local_libdir ........... = $(sys.local_libdir)", > "sys.logd...