Subversion Repository Public Repository

litesoft

Diff Revisions 295 vs 475 for /trunk/Java/core/Anywhere/src/org/litesoft/encryption/symmetric/BrainDeadSymmetricEncryptor.java

Diff revisions: vs.
  @@ -145,8 +145,7 @@
145 145 throws Exception
146 146 {
147 147 BrainDeadSymmetricEncryptor zBrainDeadSymmetricEncryptor = new BrainDeadSymmetricEncryptor();
148 - System.out.println( UtilsCommon.toHex(
149 - (zBrainDeadSymmetricEncryptor.getIdentifierAndVersion() + ":" + zBrainDeadSymmetricEncryptor.encrypt( argv[0] )).getBytes() ) );
148 + System.out.println( UtilsCommon.toHex( (zBrainDeadSymmetricEncryptor.getIdentifierAndVersion() + ":" + zBrainDeadSymmetricEncryptor.encrypt( argv[0] )).getBytes() ) );
150 149 }
151 150 }
152 151