Can we have Picocrypt on the Software Manager from Linux Mint?

Chat about anything related to Linux Mint
Forum rules
Do not post support questions here. Before you post read the forum rules. Topics in this forum are automatically closed 6 months after creation.
Locked
User avatar
Rayser
Level 3
Level 3
Posts: 135
Joined: Mon Jan 01, 2018 6:29 pm

Can we have Picocrypt on the Software Manager from Linux Mint?

Post by Rayser »

A very useful, stable, and simple app to encrypt and decrypt archives and folders. https://github.com/HACKERALERT/Picocrypt
Last edited by LockBot on Mon Feb 13, 2023 11:00 pm, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
User avatar
Moem
Level 22
Level 22
Posts: 16233
Joined: Tue Nov 17, 2015 9:14 am
Location: The Netherlands
Contact:

Re: Can we have Picocrypt on the Software Manager from Linux Mint?

Post by Moem »

That depends on the folks who manage the Ubuntu repos.
Image

If your issue is solved, kindly indicate that by editing the first post in the topic, and adding [SOLVED] to the title. Thanks!
User avatar
all41
Level 19
Level 19
Posts: 9520
Joined: Tue Dec 31, 2013 9:12 am
Location: Computer, Car, Cage

Re: Can we have Picocrypt on the Software Manager from Linux Mint?

Post by all41 »

ccrypt in the repositories works well for individual files/folders as command line.
To encrypt:
ccrypt -e /path/to file or folder
enter and verify pass-phrase
To decrypt:
ccrypt -d /path/to/file or folder
enter pass-phrase

There are deeper options.

from repository description:
ccrypt is based on the
Rijndael cipher, which is the U.S. government's chosen candidate for the
Advanced Encryption Standard (AES, see http://www.nist.gov/aes). This cipher is
believed to provide very strong security.
Everything in life was difficult before it became easy.
t42
Level 11
Level 11
Posts: 3741
Joined: Mon Jan 20, 2014 6:48 pm

Re: Can we have Picocrypt on the Software Manager from Linux Mint?

Post by t42 »

all41 wrote: Sat Aug 13, 2022 1:50 pm ccrypt in the repositories works well for individual files/folders as command line.
Of course it works but it is off-top to the original question. It should be noted that ccrypt by default overwrites the encrypted files and if you have system crash during encryption or decryption, you are done.

Picocrypt is a one man show by Canadian student Evan Su, saying on their github page that Picocrypt is the best. It's sort of terra ignota despite it uses known XChaCha20 stream cipher created by Daniel J. Bernstein and published about 2008. XChaCha20 has pure theoretical advantage on AES 256 because it's impossible to find a CPU without AES support these days.
-=t42=-
User avatar
Rayser
Level 3
Level 3
Posts: 135
Joined: Mon Jan 01, 2018 6:29 pm

Re: Can we have Picocrypt on the Software Manager from Linux Mint?

Post by Rayser »

all41 wrote: Sat Aug 13, 2022 1:50 pm ccrypt in the repositories works well for individual files/folders as command line.
To encrypt:
ccrypt -e /path/to file or folder
enter and verify pass-phrase
To decrypt:
ccrypt -d /path/to/file or folder
enter pass-phrase

There are deeper options.

from repository description:
ccrypt is based on the
Rijndael cipher, which is the U.S. government's chosen candidate for the
Advanced Encryption Standard (AES, see http://www.nist.gov/aes). This cipher is
believed to provide very strong security.
Picocrypt is a more friendly user app.
dave0808
Level 5
Level 5
Posts: 987
Joined: Sat May 16, 2015 1:02 pm

Re: Can we have Picocrypt on the Software Manager from Linux Mint?

Post by dave0808 »

It looks a really interesting project and does seem to fill a niche of having a simple UI front-end to file/directory encryption.

If the code is half as good as the marketing, then it could certainly be worth a look :) With my developer hat (and crypto hat band) on, certainly (all) the right things are said. Sadly I don't know Go, so I for one will be unable to pull the source and review it properly (not that I've anything to do with it getting into the Mint repos - let's clear that up!)

On the flip side, some of the comparisons are somewhat contrived. Veracrypt for example fulfills a very different purpose. You wouldn't use it for the ad-hoc encryption of a file to send to a friend. I mean, you could, but that's not what it was designed for.
Locked

Return to “Chat about Linux Mint”