-
Notifications
You must be signed in to change notification settings - Fork 1
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
Zipcryt, aes256, etc.. are not working on 7z.mod #11
Comments
and also i already tried the filetime but it didnt work. local IN:stream=writestream ("NewDateForFolder.txt") archy.AddEntry("", "My Pictures", 0, getftime, EArchiveFileType.Dir) |
Please provide a sample showing how you create an encrypted zip archive.
Also add an example doing that folder stuff.
|
same process in the archive samples, sir. :) |
SuperStrict Framework Archive.Zip Local wa:TWriteArchive = New TWriteArchive wa.Open("data.zip") wa.AddEntry("testdata.txt", "files/testdata.txt") wa.Close() Local entry:TArchiveEntry = New TArchiveEntry Local ra:TReadArchive = New TReadArchive While ra.ReadNextHeader(entry) = ARCHIVE_OK ra.Free() |
zip with AES256: more details can be found in the already existing issue here: #1 |
libarchive doesn't appear to support 7zip encryption yet. |
I can wait you to update it, sir . ^-^ . Thank you for keep polishing your Blitzmax. God bless u always. |
Libarchive is 3rd party.
oh i thought it was already updated 17 hours ago... and i tried it... and yep! still the same.
A PR means "here, I made this change, would you merge it into the code?" - means you can update as much as you want until a PR is not merged into. See it as a "suggestion" for the maintainer of the repository. (and as I committed 2 files I did not want to commit Brucey correctly did not merge it yet).
|
Hello. Can you please fix the issue... when I'm creating a 7z file and adding a password to it, the output file is not an encrypted 7z file. The "Encrypted Method" is not working on 7z.mod but in zip.mod, zipcrypt is working well except for the aes256.
The text was updated successfully, but these errors were encountered: