SL
Size: a a a
SL
AE
AE
ММ
ММ
ММ
О
ММ
ММ
О
$ echo hi there > file.txt
$ zip -e file.zip file.txt
Enter password:
Verify password:
adding: file.txt (stored 0%)
$ perl -MArchive::Zip -E '$z = Archive::Zip->new; $z->read("file.zip"); $m = $z->memberNamed("file.txt"); $m->password("secret"); say $m->contents;'
hi there
0
$ perl -MArchive::Zip -E 'say $Archive::Zip::VERSION'
1.65
AP
AP
$ echo hi there > file.txt
$ zip -e file.zip file.txt
Enter password:
Verify password:
adding: file.txt (stored 0%)
$ perl -MArchive::Zip -E '$z = Archive::Zip->new; $z->read("file.zip"); $m = $z->memberNamed("file.txt"); $m->password("secret"); say $m->contents;'
hi there
0
$ perl -MArchive::Zip -E 'say $Archive::Zip::VERSION'
1.65
ММ
$ echo hi there > file.txt
$ zip -e file.zip file.txt
Enter password:
Verify password:
adding: file.txt (stored 0%)
$ perl -MArchive::Zip -E '$z = Archive::Zip->new; $z->read("file.zip"); $m = $z->memberNamed("file.txt"); $m->password("secret"); say $m->contents;'
hi there
0
$ perl -MArchive::Zip -E 'say $Archive::Zip::VERSION'
1.65
AP
$ echo hi there > file.txt
$ zip -e file.zip file.txt
Enter password:
Verify password:
adding: file.txt (stored 0%)
$ perl -MArchive::Zip -E '$z = Archive::Zip->new; $z->read("file.zip"); $m = $z->memberNamed("file.txt"); $m->password("secret"); say $m->contents;'
hi there
0
$ perl -MArchive::Zip -E 'say $Archive::Zip::VERSION'
1.65
О
AP
О
AP
AP