Implement algorithm support for hybrid personal passwords.
This commit is contained in:
@@ -136,11 +136,11 @@ static const char *mpw_sitePassword_v2(
|
||||
const char *mpw_encrypt_v2(
|
||||
MPMasterKey masterKey, const char *plainText) {
|
||||
|
||||
return NULL; // TODO: aes128_cbc
|
||||
return mpw_encrypt_v1( masterKey, plainText );
|
||||
}
|
||||
|
||||
const char *mpw_decrypt_v2(
|
||||
MPMasterKey masterKey, const char *cipherText) {
|
||||
|
||||
return NULL; // TODO: aes128_cbc
|
||||
return mpw_decrypt_v1( masterKey, cipherText );
|
||||
}
|
||||
|
Reference in New Issue
Block a user