Skip to content

Commit 20f2be1

Browse files
authored
Update README.md
1 parent d179162 commit 20f2be1

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)