From: Walter C. <cha...@gm...> - 2012-06-02 12:50:26
|
Hi All - I'm migrating some code from java to jython and am having some problems understanding how to translate the following: byte[] salt = { (byte) 0xA5, (byte) 0x9E, (byte) 0xD8, (byte) 0x36, (byte) 0x26, (byte) 0x99, (byte) 0xEE, (byte) 0xB3 }; Below is what the code is based on: http://www.exampledepot.com/egs/javax.crypto/MakeDes.html Thanks! Walter -- Simplicity--the art of maximizing the amount of work not done--is essential. from: http://www.agilemanifesto.org/principles.html |