One-time pad derived from Skein PRNG. Skein PRNG continuously seeded with 64-bit values derived from Hardware RNG based on CPU timing jitter. New seed value generation time depends on CPU speed. Overall key data could be about 2 million bits per 1Gb of encrypted data. This gives almost perfect secrecy. In non-compressed format one-time pad size coincides with size of container.
java -jar continent.jar container
java -jar continent.jar container e -otpm1 -otpcZ:\key.dat Z:\container.dat Z:\my-files
java -jar continent.jar container d -otpcZ:\key.dat -oZ:\my-files Z:\container.dat
java -jar continent.jar container e -otpm1 -otpZ:\key.dat Z:\container.dat Z:\my-files
java -jar continent.jar container d -otpZ:\key.dat -oZ:\my-files Z:\container.dat