This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Purpose: | |
# | |
# When you burn with K3b, this script will prompt for your | |
# desired encryption password (twice), and will encrypt the | |
# generated ISO with that password. If your passwords don't | |
# match, you will be prompted to enter them again. Your chosen | |
# password must be at least 20 characters long (this is a | |
# requirement of aespipe). |