Dale wrote: > Dr Rainer Woitok wrote: >> >> I do exactly that: transfering files from Gentoo to Windows and back. >> And if anybody else would try to read the USB stick they would only find >> white noise on it. >> >> Sincerely, >> Rainer >> > > Thank you. That is MOST helpful. I want to document some things and > leave it behind, after I'm dead and gone, but I want a certain person to > be able to access it. They will have the password. Thing is, until > then, I don't want anyone to be able to see it or anything. This will > work very nicely. > > Off to youtube to see this thing in action. ;-) > > Dale > > :-) :-) >
I wanted to post a couple things for future reference. First, it seems this thing requires sudo to work. Add the executable to the sudo file thingy. It does ask for a root password, to mount the USB stick I guess. I don't care much for sudo so it took me a while, and google, to figure out how to fix that. To save someone else some grief: root@fireball / # cat /etc/sudoers | grep crypt %wheel ALL = (root) NOPASSWD:/usr/bin/veracrypt root@fireball / # It still asks for the password but who cares anyway. It works. :-) I also don't have encryption built into my kernel. Obviously veracrypt can't encrypt without that unless you change it to software encryption. Go to Settings, Preferences and then select the tab System Integration. At the bottom, tick the Do not use cryptographic services under Kernel Services. It says it makes it slower so be ready for that. I am not able to compare since I don't have the kernel part included, yet. I'll have to figure that out next. Wish me luck. lol The next thing I noticed. I wanted this to work on windoze as well, I chose vfat or whatever. Here's the downside of that. You can't use some symbols in file names. I found out the colon, ":", is a no no. I suspect there is more. I don't use vfat for much so I don't have a lot of knowledge on those but I suspect some of you will, even if you wish you didn't have to know. :/ William, if you can get it installed on your system, folks above you would allow it, it is a nifty and quite simple thing to use. Sorting out the initial kinks took some time but once done, it's done. The only part I didn't care much for, the part where I had to move the mouse pointer all over the place. Wrecks havoc on my wrist since it took a while to get that little bar thingy all the way to the end. Hope this helps someone else with one or more of these issues. Dale :-) :-)