lukas-kubik / winzipaes

Automatically exported from code.google.com/p/winzipaes
0 stars 0 forks source link

New to java and winzipaes #16

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.extracted the winzipaes inside bin of jdk1.4 
2.tried puttin crypto api inside bin and src 
3.gettin error like cannot resolve symbol 

What is the expected output? What do you see instead?
can u explain the steps in installin the crypto package and running the
winzipaes package

What version of the product are you using? On what operating system?
jdk 1.4

Please provide any additional information below.

Original issue reported on code.google.com by gsvijayn...@gmail.com on 4 May 2010 at 10:31

GoogleCodeExporter commented 9 years ago
This is not an issue (except maybe a hint to the lacking documentation). The 
code is
actually not a standalone program but a lib to be used by your programs. But you
could create an eclipse project and copy the src code to that project, add the 
bouncy
castle crypto lib to the build path and have a look at the main methods of
AesZipFileEncrypter or AesZipFileDecrypter.

Original comment by olaf.merkert on 4 May 2010 at 2:51

GoogleCodeExporter commented 9 years ago
I wanted to securely transfer large volume of file.I intend to zip that file and
wanna encrypt it using your AES encryption library.,any source code reference to
achieve the same?Do you have a discussion forum to share ideas?

Original comment by gsvijayn...@gmail.com on 4 May 2010 at 4:00