Project

General

Profile

« Previous | Next » 

Revision 1a7efafd

Added by Leszek Koltunski 4 months ago

minor

View differences:

src/main/java/org/distorted/external/RubikNetwork.java
443 443
    long epoch = System.currentTimeMillis();
444 444
    String salt = "cuboid";
445 445

  
446
    String url1=SERVER+"submit.cgi";
446
    String url1 = SERVER+"submit.cgi";
447 447
    String url2 = "n="+name+"&v="+veri+"&r="+numRuns+"&p="+numPlay+"&i="+deviceID+"&e="+mVersion;
448 448
    url2 += reclist+"&c="+country+"&f="+epoch;
449 449
    String hash = computeHash( url2, salt.getBytes() );

Also available in: Unified diff