File: check-encryption.sh

package info (click to toggle)
recutils 1.7-1.1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 12,276 kB
  • ctags: 7,034
  • sloc: ansic: 64,860; sh: 18,180; lisp: 1,840; yacc: 1,381; makefile: 331; lex: 241; sed: 16
file content (10 lines) | stat: -rwxr-xr-x 244 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash

echo
recfix passwords.rec
echo
echo "You can fix un-encrypted records by decrypting and encrypting again:"
echo
echo "   $ recfix --decrypt -s mypassword passwords.rec"
echo "   $ recfix --encrypt -s mypassword passwords.rec"
echo