File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -57,16 +57,16 @@ Copy the `publish/File_encryption.jpl` file to your computer and import the plug
5757---
5858
5959## Encryption detail
60- - algorithm: AES
61- - encryption encode: BASE64
62- - encryption mode: CBC
63- - key:
64- length:128-bit
65- character:16 UTF8 8-bit character (digit, latin-letter, ascii symbol)
66- suppose the key is ` 12345abc+ ` , it will be filled with ` 0 ` like ` 12345abc+0000000 `
67- - initialization vector(iv): (128-bit) randomly generated, at the end of the note(update 1.0.5)
68- iv encode: BASE64
69- - padding: Pkcs7
60+ - algorithm: AES ;
61+ - encryption encode: BASE64 ;
62+ - encryption mode: CBC ;
63+ - key:< br />
64+ length:128-bit;< br />
65+ character:16 UTF8 8-bit character (digit, latin-letter, ascii symbol);< br />
66+ suppose the key is ` 12345abc+ ` , it will be filled with ` 0 ` like ` 12345abc+0000000 ` ;
67+ - initialization vector(iv): (128-bit) randomly generated, at the end of the note(update 1.0.5)< br />
68+ iv encode: BASE64;
69+ - padding: Pkcs7 ;
7070
7171
7272# How to Build
You can’t perform that action at this time.
0 commit comments