Added encryption details
This commit is contained in:
parent
b0e34e7e34
commit
9e5926b6a0
11
README.md
11
README.md
@ -1,3 +1,12 @@
|
||||
# archinstall
|
||||
|
||||
Archinstall configuration for XO Servers
|
||||
# Archinstall configuration for XO Servers
|
||||
|
||||
## User credentials encryption and decryption
|
||||
|
||||
### To encrypt
|
||||
gpg --output user_credentials.crypt --symmetric --cypher-algo AES256 user_credentials.json
|
||||
|
||||
### To decrypt
|
||||
gpg --output user_credentials.json --decrypt user_credentials.crypt
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user