Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encrypt file with one standard password #7

Open
Tiddeo opened this issue Sep 24, 2017 · 8 comments
Open

Encrypt file with one standard password #7

Tiddeo opened this issue Sep 24, 2017 · 8 comments

Comments

@Tiddeo
Copy link

Tiddeo commented Sep 24, 2017

I would like to ZIP and encrypt my personal documents before uploading to the cloud. Would it be possible to integrate encryption with always the same password defined in the ToGoZip settings? That would be awesome!!!

@Tiddeo
Copy link
Author

Tiddeo commented Sep 24, 2017

... this would be awesome too for sharing confidential data via Whatsapp. Up to now there is no tool in the AppStore to do so. As ZIP is a standard compatibility with every device is no issue.

@k3b
Copy link
Owner

k3b commented Sep 25, 2017

Interesting idea. How would you protext the password? it needs an additional gui element to show the "****" and to retype the pwd to make shure that there is no typo?

@Tiddeo
Copy link
Author

Tiddeo commented Sep 25, 2017

Hi, thanks for this ultra rapid answer :-). The approach you mentioned would be very luxurious. For me a simple textbox without further protection would be ok as well , as I want the protection for the cloud primarily. That would be wonderful for my needs. But the **** would be very elegant of course :-). Maybe a simple textbox would perfect to try this option? But Im not aware if its much easier to directly programm this nice **** version instead of programming a test version and in another step the nicer one.

@Tiddeo
Copy link
Author

Tiddeo commented Sep 25, 2017

Oh dear, I thought it would be possible with ToGoZip to send files to the zip file and in another step to send it again to the next app (in my case the cloud service) like the wonderful Send Reduced does it (https://f-droid.org/packages/mobi.omegacentauri.SendReduced/): Take a pic => send to => SendReduced => "SendTo" dialogue starts again so you could send the resized pic to the next app (eMail,Whatsapp,etc.).

@k3b
Copy link
Owner

k3b commented Sep 25, 2017

simple textbox without further protection would be ok as well.

Good enaough ist best.

I just discovered that standard java.util.zip does not support encryption.

This needs a re-implementation with https://github.com/imasm/Android-Zip4j or https://github.com/dmp/zip4j or something similar.

Since it is more than 60 minutes of work and currently i have other projects with higher priority i will not do it now.

Maybe there is somebody out there who wants to reimplement togozip with encryption.

@k3b
Copy link
Owner

k3b commented Sep 13, 2018

as a workaround you can put the "2go.zip" file into an encrypted filecontainer (i.e. eds-light )

@ElTopo
Copy link

ElTopo commented Oct 31, 2018

I use an app named ZArchiver (paid version)
https://play.google.com/store/apps/details?id=ru.zdevs.zarchiver.pro
it has a "saved passwords" feature: the app keeps a list of saved passwords, when you create compressed archive (zip/7zip/tar/bzip/gzip/xz/lz4...), you can either enter a password:
image
or click on ... (next to the password box) and choose a saved password (showing by label not password itself):
image

On the other hand, the app's free version does not have this feature (i.e., the feature is only in paid version), and the app is not open-source.

@zz-ha-dum
Copy link

Is this not an ideal use case for U2F / yubikey NFC?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants