You are not logged in.
Pages: 1
Hello
I am looking for a software to encrypt files on Devuan, preferably with a graphical interface.
Thanks
Offline
i was going to suggest that someone find a way to add gpg to the menu on spacefm file manager, though it already exists:
Requirements: an already existing gpg/gpg2 environment with a default key.
Offline
gpg is good. You could use steghide too, hides files inside of images http://steghide.sourceforge.net/ , google Steganography.
Another interesting program i have found recently is called tcplay https://github.com/bwalex/tc-play
For gpg I use a program called gpg-crypter for ease of access - https://sourceforge.net/projects/gpg-crypter/
sorry first two are not gui programs, gpg-crypter is but you need knowledge of gpg and terminal commands to have it work. A good tutorial is here: https://theprivacyguide.org/tutorials/gpg.html
Last edited by Panopticon (2018-05-21 12:20:02)
Offline
Sorry to spam the thread but i find these topics interesting.
Have a read of this in regards to steganography .
https://en.wikipedia.org/wiki/Kerckhoffs%27s_principle
Kerckhoffs's principle
In cryptography, Kerckhoffs's principle (also called Kerckhoffs's desideratum, assumption, axiom, doctrine or law) was stated by Netherlands born cryptographer Auguste Kerckhoffs in the 19th century: A cryptosystem should be secure even if everything about the system, except the key, is public knowledge.
Last edited by Panopticon (2018-05-21 12:26:12)
Offline
HectorBRX,
I don't have a GUI solution, but I can recommend gpg (part of gnupg package), which is very easy to use for symmetric encryption (same passphrase for both encryption and decryption) if that's what you are looking for.
To encrypt a file:
gpg --yes --batch --passphrase="YourSecretPasswordHere" -c yourfile.abc
To decrypt:
gpg --yes --batch --passphrase="YourSecretPasswordHere" yourfile.abc.gpg
gpg's default cipher algorithm for symmetric encryption is AES-128 (which gpg calls simply "AES"), but you can specify a different cipher by using the --cipher-algo flag (to see available ciphers, run gpg --version).
Last edited by GNUser (2018-05-22 02:26:04)
Offline
I did not want to create another topic for this question. I wonder whether it is necessary to hide passwords with asterisks. All password managers hide passwords by default and I do not understand the point of this functionality. Is it only useful in public places?
Password manager's databases are encrypted with a Master Key but aside from that, I cannot find another reason to use them. Then, I thought of the hidden password functionality...
Offline
Hiding the password is only useful if someone might be watching the screen (it doesn't help if they are watching your fingers as you type a password in). But it's impossible for a password manager to know if someone might be watching the screen, so they always assume the worst.
Chris
Offline
I can imagine a future google service that warns you if someone is standing behind you when you're about to enter a password.
Offline
Single files?
When I was working in Windows I was using 7Z for this. Just create a 7Z archive pwd protected (amongst with its filelist).
At Linux I'm using XZ (the 7Z actually, Unix ported with support for file attributes).
For XZ GUI,I'm using J7Z.
Directories?
Veracrypt. It has an installer. You only have to add yourself to sudoers.
(At KDE, you can use KUser for dealing with users administration).
There's also a more native approach (based on kernel's cryptographic modules).
Give Sirikali a try and decide for yourself.
For backend, choose GocryptFS for a start. (You can download the binary and place it somewhere in your path).
Last edited by Giorgos (2018-10-21 20:22:37)
Offline
^ I used to use 7zip to encrypt files but then i found veracrypt a better way and it is pretty much distro agnostic not to mention it has the ability to use keyfiles and more advanced cryptography.
Last edited by Panopticon (2018-10-21 13:15:19)
Offline
I agree with Pan!
Veracrypt, is the best option available.
PS. I was searching online and someone posted his opinion, that the best available online encryption, is going online not with your usual Linux installation, but creating a barebones VirtualBox installation, which it has to be encrypted, when not in use.
This way, you'll leave no tracks to your working system.
Offline
I usually encrypt files, directories not so much. Do you guys use Veracrypt for files as well?
I know how to use gpg. I does the job but it is not remotely as handy as 7zip on Windows, you know what I mean? I only had to tick one or two boxes and that was it! I don't say command line tools are difficult to use but they don't beat 7zip in that area, because there is nothing like 7zip when you are in a hurry.
@Giorgos you know every trick in the book. Could you please show me the XZ package you mentioned? https://pkginfo.devuan.org/ This one? https://pkginfo.devuan.org/stage/ascii/ … .2+b1.html
I thought the 7zip port was p7zip. Also, clamtk is a GUI for clamav (antivirus). What did you mean son?
I am still looking for something easy to use and not time consuming but encryption quality is more important. Can I have it all?
I will look into Tomb and Veracrypt.
Thank you for all your suggestions by the way.
Offline
@Giorgos you know every trick in the book. Could you please show me the XZ package you mentioned? https://pkginfo.devuan.org/ This one? https://pkginfo.devuan.org/stage/ascii/ … .2+b1.html
I thought the 7zip port was p7zip. Also, clamtk is a GUI for clamav (antivirus). What did you mean son?
Ooops!!!
Mea culpa. :-(
I copy-pasted the wrong name.
SORRY!!! :-)
I meant J7Z.
Homepage: http://j7z.xavion.name/
Last version: https://sourceforge.net/projects/k7z/fi … %29/1.4.1/
Infos about XZ archives: https://en.wikipedia.org/wiki/Xz
I never installed xz utils (even from my Kubuntu days). They were always here, where I was in need for compressing something.
Then again, they may autoinstalled with some other package.
What ZIP manager (GUI) are you use?
Does it have XZ support?
EDIT:
xz-utils. This is the name of the package for XZ.
I think it comes preinstalled, if you choose base - console utilities.
If you have installed it, the GUI archiver , will offer the creation of a tar.xz archive.
Ark (which comes preinstalled with KDE), creates XZs, but without asking questions, assumes the compression to be "Normal".
That's why I replaced Ark with J7Z. (For creating "Ultra" compressed archives).
Of course, one can achieve the same results from console, but it takes too many switches to be convenient for me.
I usually encrypt files, directories not so much. Do you guys use Veracrypt for files as well?
I am still looking for something easy to use and not time consuming but encryption quality is more important. Can I have it all?
I will look into Tomb and Veracrypt.
Stick with Veracrypt. Stable and mature, multiport (so you can access the same container from Windows), easy to install, straightforward to use, it has them all! :-)
And don't be fooled by its simplicity. Its very powerful and lets you choose even rare algorithms to use (although all the default settings are OK).
If you have plenty of time and want to learn a more traditional Unix way to encrypt, try Tomb or Sirikali.
Its always pleasant to learn new things.
If you want to learn details about the 2 different ways of directory-ies encryption, look there:
https://mhogomchungu.github.io/sirikali/
https://www.cryfs.org/comparison
THANKS for your kind words!!! ;-)
G.
Last edited by Giorgos (2018-10-22 00:45:31)
Offline
I have never used Tomb (or any file encryption) but if I wanted to go there, I'd give it a spin.
Very interesting!!!
I wasn't aware of it.
With a first look, In comparison with Sirikali, seems to have some more advanced options (eg. it informs you if a swap is active, in order to temporarily disable it).
I can see that it can use as a GUI zuluCrypt (Sirikali's sister project).
Very interesting indeed!
THANKS golinux!!! ;-)
Offline
I have just watched the video and Tomb looks dope so far. What a nice name! The process is quite straightforward, even for mundanes (no offense to you guys).
@Panopticon In case you did not check it out, steghide is included in Tomb. It may catch your interest.
There is one functionality I don't know about. Do you know whether Tomb automatically encrypts file names? I used to tick a box to do that with 7zip.
Offline
^ i will have to look into it, thanks && thanks golinux.
Offline
Pages: 1