mirror of
https://github.com/netinvent/npbackup.git
synced 2025-11-17 22:29:59 +08:00
| .. | ||
| README.md | ||
This folder may contain private overrides for NPBackup secrets.
- You can create a file called _private_secret_keys.py to override default secret_keys.py file from npbackup
- You may obfuscate the AES key at runtime by creating a file called
_private_obfuscation.pythat must contain a functionobfuscation(bytes) -> byteslikeaes_key_derivate = obfuscation(aes_key)where aes_key_derivate must be 32 bytes. - You can create a distribution default configuration file here called _private.npbackup.conf.dist that will be bundled with NPBackupInstaller if present