]> WPIA git - nre.git/blob - collectOffline
restrict non-verified profiles to 6 months
[nre.git] / collectOffline
1 #!/bin/bash
2
3 cd generated
4
5 PASSW=`head -c15 /dev/random | base64`
6 echo $PASSW > offlinePassword.txt
7 tar c *.ca | openssl enc -e -kfile <(echo -n "$PASSW") -md sha256 -aes-256-cbc > offline.tar.aes-256-cbc
8 PASSW=