I need to create a password protected (encrypted) ZIP in java and I am using zip4j for it. I now need to use a specific cryptographic provider (bouncy castle fips version) with zip4j but I could not figure out how to configure zip4j to use it if at all possible
Any tips/samples would be greatly appreciated
Thank you Alex