EvilZone
Programming and Scripting => C - C++ => : Kulverstukas November 12, 2012, 06:11:08 PM
-
Hold on, this is pretty old software. I found somewhere deep deep in the internets when I was digging around for a specific, unheard cryptography algo. I came across this thingie, though it did not provide much info for me, so I thought I'll share this piece of software, with source inside.
(http://i.imgur.com/f9166.png)
Caution: pz ver 0.6 is a beta version. Use it on your own risk.
<<< What's pz? >>>
pz is an archiver for Palm OS.
- You can compress/extract databases on Palm OS. (slow...)
- You can have multiple compressed databases in an archive.
- Record format is gzipped .prc/.pdb (splitted if > 32 kB).
You can convert .zip file to pz archive with zip2pz.pl.
- Will have database management features...
<< Copyright >>>
pz will be a free software, but pz ver 0.6 is a beta version,
and you may not redistribute.
pz uses zlib 1.1.3 for compression and decompression. zlib's
copyright is: (C) 1995-1998 Jean-loup Gailly and Mark Adler
Hoshi Takanori (hoshi@sra.co.jp, http://www.sra.co.jp/people/hoshi/)
Download: 8577381.zip (http://upload.evilzone.org/download.php?id=8577381&type=zip)
-
zlib is for compression, not encryption. I'll look at it but I don't think there's cryptography involved.
-
He never said this was the program he was looking for, just one he found while looking for it.
-
Ah, thanks for pointing that out, Ragehottie.