LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Security
User Name
Password
Linux - Security This forum is for all security related questions.
Questions, tips, system compromises, firewalls, etc. are all included here.

Notices


Reply
  Search this Thread
Old 07-02-2020, 11:31 AM   #1
joden1
Member
 
Registered: Jun 2020
Posts: 94

Rep: Reputation: Disabled
Looking for the Linux equivalent of Axcrypt


I can find plenty of disk encryption tools, but all I am looking is a simple single file encryption app like Axcrypt. And I'd prefer NOT to have to run the old version of Axcrypt in WINE.

Can anyone suggest one?.
 
Old 07-02-2020, 11:41 AM   #2
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,670

Rep: Reputation: Disabled
mcrypt? ccrypt? scrypt?

Last edited by shruggy; 07-02-2020 at 11:47 AM.
 
Old 07-02-2020, 11:50 AM   #3
joden1
Member
 
Registered: Jun 2020
Posts: 94

Original Poster
Rep: Reputation: Disabled
Thanks, I'll double check, but iirc those are all disk encryption apps. I am looking for a single file by file app, as there are only a couple of files I need to do this with. oh and , haha, sorry I'd need one with a GUI - I'm coming from Windows, so anything CLI is not preferable.

In case you are not aware Axcrypt allows you to simply encrypt and decrypt the file with a password. So all you do is double click the file enter the password and it opens. No multiple CLI entries just to add some further data to the file. Just dbl click edit and ctrl-s

Last edited by joden1; 07-02-2020 at 11:54 AM.
 
Old 07-02-2020, 11:57 AM   #4
pan64
LQ Addict
 
Registered: Mar 2012
Location: Hungary
Distribution: debian/ubuntu/suse ...
Posts: 21,842

Rep: Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308Reputation: 7308
even vi (gvim) has encryption support: https://www.howtogeek.com/299546/how...inux-or-macos/, but I think other editors have something like this too (obviously it works only with text files).
 
Old 07-02-2020, 12:01 PM   #5
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,670

Rep: Reputation: Disabled
@OP. No, those are not disk encryption apps. But yes, they all are command line tools. The SECCURE suite, too.

For a GUI, I'd suggest you'll look into a GUI wrapper for GPG, I'm sure there are some. E.g. Kleopatra.

Last edited by shruggy; 07-02-2020 at 12:06 PM.
 
Old 07-02-2020, 12:09 PM   #6
joden1
Member
 
Registered: Jun 2020
Posts: 94

Original Poster
Rep: Reputation: Disabled
Thanks folks, I'll investigate further - oh and JUST in case someone else comes across this, Axcrypt (both old versions for W8+ and XP-7) do not run under wine, I just tried it
 
Old 07-02-2020, 12:09 PM   #7
joden1
Member
 
Registered: Jun 2020
Posts: 94

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by shruggy View Post
@OP. No, those are not disk encryption apps. But yes, they all are command line tools. The SECCURE suite, too.

For a GUI, I'd suggest you'll look into a GUI wrapper for GPG, I'm sure there are some. E.g. Kleopatra.
Sorry, I must have misunderstood the website, my bad
 
Old 07-02-2020, 12:12 PM   #8
joden1
Member
 
Registered: Jun 2020
Posts: 94

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by pan64 View Post
even vi (gvim) has encryption support: https://www.howtogeek.com/299546/how...inux-or-macos/, but I think other editors have something like this too (obviously it works only with text files).
Thanks - that link mentions VIM, I have gVim installed so I'll see if it works with that version.
 
Old 07-02-2020, 12:12 PM   #9
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,670

Rep: Reputation: Disabled
Quote:
Originally Posted by joden1 View Post
Sorry, I must have misunderstood the website, my bad
What website? I linked to their manual pages.

Last edited by shruggy; 07-02-2020 at 12:18 PM.
 
Old 07-02-2020, 12:14 PM   #10
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,670

Rep: Reputation: Disabled
As for Vim, it also has an addon, gnupg.vim, that allows transparent editing of GPG-encrypted files. Provided by package vim-scripts on Debian-based systems.

Last edited by shruggy; 07-02-2020 at 12:17 PM.
 
Old 07-02-2020, 12:22 PM   #11
joden1
Member
 
Registered: Jun 2020
Posts: 94

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by shruggy View Post
What website? I linked to their manual pages.
Yeah well that's what I meant - whatever the link was! haha, it's STILL a website, yes?

Last edited by joden1; 07-02-2020 at 12:23 PM.
 
1 members found this post helpful.
Old 07-02-2020, 12:28 PM   #12
shruggy
Senior Member
 
Registered: Mar 2020
Posts: 3,670

Rep: Reputation: Disabled
It's a website only for your convenience. Many fellow LQ members wouldn't bother linking to online manpage versions. They'd rather suggest you go read man ccrypt, man mcrypt, man scrypt instead.

BTW, this is what alternativeto.net gives me for AxCrypt on Linux. But somehow they failed to mention GPA, Seahorse (can be integrated with Nautilus via seahorse-nautilus), and KGpg.

Last edited by shruggy; 07-02-2020 at 02:42 PM.
 
Old 07-02-2020, 01:18 PM   #13
joden1
Member
 
Registered: Jun 2020
Posts: 94

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by shruggy View Post
It's a website only for your convenience. Many fellow LQ members wouldn't bother linking to online manpage versions. They'd rather suggest you go read man ccrypt, man mcrypt, man scrypt instead.

BTW, this is what alternativeto.net gives me for AxCrypt on Linux. But somehow they failed to mention GPA, Seahorse and KGpg.
Ahh ok cool, I get ya thanks for the further links - and nope, the alternate to I visited (I assume the same one) did NOT mention those
 
Old 07-02-2020, 02:07 PM   #14
joden1
Member
 
Registered: Jun 2020
Posts: 94

Original Poster
Rep: Reputation: Disabled
Man, this is all just too bloody hard! What is a very simple operation in Windows is a major PITA in Linux. Every time I try to do something in linux it takes hours to figure it all out, what the correct app is in a particular distro, then needing to research pros and cons, never really knowing if what you do is going to break the system or even if it will work at all! NONE of the available options works without needing a "thousand sweating clerks" to accomplish it!

I would have thought by now Linux would be far more advanced than where it was the last time I tried it, about 5 years ago! It's still all seems the same though. As much as I HATE windows, I don't think I have any other option than to go back!

Sorry for the rant, it's just it is all soooooooo frustrating and time consuming!
 
Old 07-02-2020, 02:13 PM   #15
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 26,636

Rep: Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965Reputation: 7965
Quote:
Originally Posted by joden1 View Post
Man, this is all just too bloody hard! What is a very simple operation in Windows is a major PITA in Linux. Every time I try to do something in linux it takes hours to figure it all out, what the correct app is in a particular distro, then needing to research pros and cons, never really knowing if what you do is going to break the system or even if it will work at all! NONE of the available options works without needing a "thousand sweating clerks" to accomplish it!

I would have thought by now Linux would be far more advanced than where it was the last time I tried it, about 5 years ago! It's still all seems the same though. As much as I HATE windows, I don't think I have any other option than to go back!

Sorry for the rant, it's just it is all soooooooo frustrating and time consuming!
Really?? Didn't think typing in "gpg -e <some file name>" to encrypt a file was too hard. As said earlier, using kleopatra gives you a GUI to PGP encryption, as in just clicking the "Sign/Encrypt" button, and choosing a file. Not sure how either of those things is so hard or a 'major PITA'. Just because you don't know what you're doing in Linux doesn't mean its hard..it just means you don't know. I'd have zero idea how to do it in Windows. You were given some very simple options, so again..not sure why you have to 'research pros and cons', or what you're going on about with the 'thousand sweating clerks'. Every piece of software mentioned is available for install through your software manager.

And all of us here know better...Windows isn't 'easy', you still have software that won't work on some versions of Windows, still have to figure out what the correct app is, etc., etc., and you're FAR more likely to break Windows than Linux.
 
1 members found this post helpful.
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Looking for linux equivalent of __cpuid() intrinsic (porting from Visual Studio) Mr_Nuke Programming 10 02-24-2009 05:40 PM
Axcrypt file encryption install error. Error opening file for writing ( axcrypt.css) Skyxxxsurfer General 1 04-26-2008 03:27 PM
Looking for the linux equivalent of Norton Ghost Maldain Linux - General 4 10-05-2005 09:31 PM
Looking for equivalent software package to Norton's Ghost for Linux sjia Linux - Software 1 03-06-2004 10:20 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Security

All times are GMT -5. The time now is 07:26 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration