File: check-encryption.sh

package info (click to toggle)
recutils 1.9-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 15,328 kB
  • sloc: ansic: 80,756; sh: 11,649; yacc: 1,978; makefile: 323; lex: 225; 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