Mounts and unmounts TrueCrypt encrypted volume files or devices, using the open-source TrueCrypt program found at (www.truecrypt.org). Set the files and drive locations in preferences, then mount and unmount the drive from the main Widget form.
Hello Todd,
I have change your code so it can do:
1. use the TrueCrypt internal password (shows as * and more secure)
2. can be mounted as a removable storage or as a harddisk
3. can be asigned a keyfile for encription (I use both a password and a keyfile).
please let me know hot to contact you (okitai@pc-systems.info) so I can send you what I did.
Thanks,
Ori...
November 16, 2005 ·
version 1.0 Zathras
Good little widget. I agree with what Marcus said, and would also like to see the password field be masked with "*"'s. As the widget is now, someone could read my password over my shoulder.
November 15, 2005 ·
version 1.0 Marcus Wagner
Great Idea!
Possible extension might be:
- multiple file/device support including multiple key-displays
- color selection of the key display
- display of filename/mapped letter (configurable)
November 15, 2005 ·
version 1.0 Mike
Thanks, I needed this!
It didn't work for passphrases with spaces. Just add double-quotes around the password variable like:
... + """ + pwd + """ + ...