added en- and decrypt scritps

main
The_miro 2025-09-25 19:44:07 +02:00
parent a893d68fb8
commit 356a4af514
3 changed files with 7 additions and 0 deletions

4
decrypt.sh Executable file
View File

@ -0,0 +1,4 @@
#!/usr/bin/env bash
echo $1 | openssl aes-256-cbc -d -a -pass pass:$2

3
encrypt.sh Executable file
View File

@ -0,0 +1,3 @@
#!/usr/bin/env bash
echo $1 | openssl aes-256-cbc -a -salt -pass pass:$2

0
zshplugins.sh Normal file → Executable file
View File