Wrapping up for the night. Lots of work on encryption related.
This commit is contained in:
@@ -104,6 +104,7 @@ export let decrypt_wrapper = async function decrypt_wrapper(
|
||||
return false;
|
||||
}
|
||||
const { iv, base64 } = split_iv_and_base64(combined);
|
||||
console.log(`IV: ${iv}; Encrypted:`, base64);
|
||||
let decrypted;
|
||||
try {
|
||||
decrypted = await decrypt_content(base64, iv, keyData);
|
||||
|
||||
Reference in New Issue
Block a user