OCaml cryptokit and Java PBEWithMD5AndDES By gildor on Friday, September 18 2009, 17:11 - Permalink ocaml During one of my project I need to interact with Java cryptographic extension. Some data has been encrypted using PBEWithMD5AndDES. I need to access it from OCaml. I take a look at available cryptographic extension in the Debian project for OCaml: cryptgps and cryptokit. I choose cryptokit, be