brendan-duncan / archive

Dart library to encode and decode various archive and compression formats, such as Zip, Tar, GZip, ZLib, and BZip2.
MIT License
401 stars 140 forks source link

Encoding files with password #95

Open fralways opened 4 years ago

fralways commented 4 years ago

Hello,

Is it possible to create an encoded archive with password? I cannot find the way to do it. If not, maybe consider implementing this functionality since it's very important for projects which require extra security when sending data (I'm trying to zip couple of files, secure it with password and then send it via network).

Thank you in advance.

brendan-duncan commented 4 years ago

It currently can't encode zips with a password. Certainly would be good to add but I'm not sure when I would be able to get to it.

arutkayb commented 4 years ago

It would be great to add that support :/

ctcx commented 4 years ago

It will be a great feature.

FanGuangHui commented 3 years ago

Hello,

Is it possible to create an encoded archive with password? I cannot find the way to do it. If not, maybe consider implementing this functionality since it's very important for projects which require extra security when sending data (I'm trying to zip couple of files, secure it with password and then send it via network).

Thank you in advance.

Hello , Have you found a solution, , can you share?

tschiekdev commented 3 years ago

I want this feature, too.

MrFantuk commented 1 year ago

any updates?

SungHyun22 commented 1 year ago

@brendan-duncan I need this feature too 🙏🙏

SungHyun22 commented 1 year ago

For those who need this feature, I have one suggestion: secure the zip file with AES using the encrypt package. What do you think about creating a .zip.aes file with this, I think it would have a similar effect to putting a password on the zip file. Please let me know what you think.

mkbsugita commented 1 year ago

@SungHyun22 Thank you for sharing.

Can you zip with password with the package?

skythomp16 commented 1 year ago

I would also like this feature. I have forked the repo and fixed a bug and am also working on this feature too.

masbenx commented 1 year ago

@skythomp16 I'd like to wait this feature..

Xezolpl commented 8 months ago

Any updates on this?

cristianms commented 8 months ago

I would also like this feature.

trymeouteh commented 6 months ago

Would like to be able to work with encrypted archives and be able to encrypt and decrypt archives

https://github.com/brendan-duncan/archive/discussions/323