brendan-duncan/archive

Encoding files with password

Opened this issue ยท 14 comments

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.

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.

It would be great to add that support :/

ctcx commented

It will be a great feature.

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?

I want this feature, too.

any updates?

@brendan-duncan I need this feature too ๐Ÿ™๐Ÿ™

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.

@SungHyun22
Thank you for sharing.

Can you zip with password with the package?

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

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

Any updates on this?

I would also like this feature.

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

#323