Skip to content

Commit

Permalink
Update tar.md
Browse files Browse the repository at this point in the history
  • Loading branch information
miaoyc666 authored Jul 12, 2024
1 parent d4da2df commit 9660b5c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Linux/tar.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
### aes加解密
#### aes加密命令:
Aes加密支持多种密钥长度的加密,包括128位、192位和256位,具体使用哪一种取决于密钥长度。
```bash
# -salt 是随机数加盐,-k表示加密密钥
openssl aes-128-cbc -salt -k 123123 -in blog.tar.gz -out blog.tar.gz.aes
Expand Down

0 comments on commit 9660b5c

Please sign in to comment.