Password support for Packer lib

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Password support for Packer lib

Post by PB »

Since we can't use Gnozal's PureZIP lib anymore, can password support
please be added to the Packer lib so we can protect our archives? Ta.
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
User avatar
A.D.
User
User
Posts: 98
Joined: Tue Oct 06, 2009 9:11 pm

Re: Password support for Packer lib

Post by A.D. »

I want this feature too :mrgreen:
Repeat
PureBasic
ForEver
Fredi
Enthusiast
Enthusiast
Posts: 143
Joined: Wed Jul 23, 2008 10:45 pm

Re: Password support for Packer lib

Post by Fredi »

Very handy :D +1
Wolf
Enthusiast
Enthusiast
Posts: 229
Joined: Sat Apr 03, 2004 12:00 pm
Location: S.T

Re: Password support for Packer lib

Post by Wolf »

+1
fabulouspaul
User
User
Posts: 34
Joined: Sun Nov 23, 2014 1:18 pm

Re: Password support for Packer lib

Post by fabulouspaul »

+1

and when doing so... support for ZIP > 2 GB would be very suitable too.
davido
Addict
Addict
Posts: 1890
Joined: Fri Nov 09, 2012 11:04 pm
Location: Uttoxeter, UK

Re: Password support for Packer lib

Post by davido »

+1
DE AA EB
User avatar
chi
Addict
Addict
Posts: 1034
Joined: Sat May 05, 2007 5:31 pm
Location: Linz, Austria

Re: Password support for Packer lib

Post by chi »

+1
Et cetera is my worst enemy
Karellen
User
User
Posts: 82
Joined: Fri Aug 16, 2013 2:52 pm
Location: Germany

Re: Password support for Packer lib

Post by Karellen »

+1

This would be really useful.
Stanley decided to go to the meeting room...
User avatar
Azul
Enthusiast
Enthusiast
Posts: 109
Joined: Fri Dec 29, 2006 9:50 pm
Location: Finland

Re: Password support for Packer lib

Post by Azul »

fabulouspaul wrote:+1

and when doing so... support for ZIP > 2 GB would be very suitable too.
+1 for both

Code: Select all

; Hello, World!
User avatar
Bananenfreak
Enthusiast
Enthusiast
Posts: 519
Joined: Mon Apr 15, 2013 12:22 pm

Re: Password support for Packer lib

Post by Bananenfreak »

fabulouspaul wrote:+1

and when doing so... support for ZIP > 2 GB would be very suitable too.
+1 for both. From my side, too!
Image
Mistrel
Addict
Addict
Posts: 3415
Joined: Sat Jun 30, 2007 8:04 pm

Re: Password support for Packer lib

Post by Mistrel »

I don't see the point. Why not just use your own password routine and not unpack if it doesn't match? :?
PB
PureBasic Expert
PureBasic Expert
Posts: 7581
Joined: Fri Apr 25, 2003 5:24 pm

Re: Password support for Packer lib

Post by PB »

> Why not just use your own password routine and not unpack if it doesn't match?

Can you elaborate? I don't understand how that would work.
Are you saying we should encrypt each file manually before
adding to the archive? Where does the password get stored?
I compile using 5.31 (x86) on Win 7 Ultimate (64-bit).
"PureBasic won't be object oriented, period" - Fred.
User avatar
luis
Addict
Addict
Posts: 3876
Joined: Wed Aug 31, 2005 11:09 pm
Location: Italy

Re: Password support for Packer lib

Post by luis »

Mistrel wrote:I don't see the point. Why not just use your own password routine and not unpack if it doesn't match? :?
I supposed the people here wanted the same encryption used by zip 2.0 (since Gnozal's lib is mentioned) to have the files zip-compatible, even if the implementation of the algo is flawed (known plaintext attack).
"Have you tried turning it off and on again ?"
A little PureBasic review
User avatar
the.weavster
Addict
Addict
Posts: 1537
Joined: Thu Jul 03, 2003 6:53 pm
Location: England

Re: Password support for Packer lib

Post by the.weavster »

PB wrote:... can password support please be added to the Packer lib ...
+1
User avatar
Andre
PureBasic Team
PureBasic Team
Posts: 2058
Joined: Fri Apr 25, 2003 6:14 pm
Location: Germany (Saxony, Deutscheinsiedel)
Contact:

Re: Password support for Packer lib

Post by Andre »

+1
Bye,
...André
(PureBasicTeam::Docs & Support - PureArea.net | Order:: PureBasic | PureVisionXP)
Post Reply