Open soft17 opened 1 year ago
i think its fixed by replace this line:
if(!($p instanceof OpenPGP_SecretKeyPacket)) continue;
by:
if(!(get_class($p) == 'OpenPGP_SecretKeyPacket')) continue;
there was "OpenPGP_SecretSubkeyPacket" what is also instanceof "OpenPGP_SecretKeyPacket", change skipped that subkey
can please someone help me with decripting message error? it throw "Ciphertext representative out of range"
my code:
thanks <3