|
|
|
@ -14,10 +14,9 @@ import ( |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
var ( |
|
|
|
|
errSecurityKeyIsEmpty = errors.New("input [security find-generic-password -wa 'Chrome'] in terminal") |
|
|
|
|
errPasswordIsEmpty = errors.New("password is empty") |
|
|
|
|
errDecodeASN1Failed = errors.New("decode ASN1 data failed") |
|
|
|
|
errEncryptedLength = errors.New("length of encrypted password less than block size") |
|
|
|
|
errPasswordIsEmpty = errors.New("password is empty") |
|
|
|
|
errDecodeASN1Failed = errors.New("decode ASN1 data failed") |
|
|
|
|
errEncryptedLength = errors.New("length of encrypted password less than block size") |
|
|
|
|
) |
|
|
|
|
|
|
|
|
|
type ASN1PBE interface { |
|
|
|
|