Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
可能重复: 带有java的RAR档案
在我正在处理的 java 项目中,我需要提取一个受密码保护的 .rar 文件。我知道密码。有人知道这样做的免费 API 吗?
您可以下载使用WinZipAES。
它有诸如de.idyl.winzipaes.AesZipFileEncrypter和之类的类de.idyl.winzipaes.AesZipFileDecrypter,这可能对您有用。
de.idyl.winzipaes.AesZipFileEncrypter
de.idyl.winzipaes.AesZipFileDecrypter
这个小实用程序在java.util.zip内部使用包。
java.util.zip