mirror of
https://github.com/netinvent/npbackup.git
synced 2024-11-10 09:03:02 +08:00
Create README.md
This commit is contained in:
parent
a0a272edeb
commit
42c6b4aa59
1 changed files with 5 additions and 0 deletions
5
PRIVATE/README.md
Normal file
5
PRIVATE/README.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
This folder may contain private overrides for NPBackup secrets.
|
||||
|
||||
1. You can create a file called _private_secret_keys.py to override default secret_keys.py file from npbackup
|
||||
2. You may obfuscate the AES key at runtime by creating a file called `_private_obfuscation.py` that must contain
|
||||
a function `obfuscation(bytes) -> bytes` like `aes_key_derivate = obfuscation(aes_key)` where aes_key_derivate must be 32 bytes.
|
Loading…
Reference in a new issue