Help for this page

Select Code to Download


  1. or download this
    iMode = 0;
    String key = "1234567890";
    ...
    try {
    theGeneratedKey = Twofish_Algorithm.makeKey(md5digest);
    blockSize = Twofish_Algorithm.blockSize();
    
  2. or download this
    byte[] bytes = new byte[256];