Because possible angry lawyers.
Probably a misguided attempt to keep less data in the database. The key in the client appears to be a test key - verification is server side. The test key: /com/code42/license/LicenseKey.java: private static final…
The crashplan JARs decompile pretty easily - I had a go a few months ago, and they weren't obfuscated. Highlights: The crypto is pretty bad - it's using blowfish in CBC mode with a static IV of 0c22384e5a57412b (convert…
Because possible angry lawyers.
Probably a misguided attempt to keep less data in the database. The key in the client appears to be a test key - verification is server side. The test key: /com/code42/license/LicenseKey.java: private static final…
The crashplan JARs decompile pretty easily - I had a go a few months ago, and they weren't obfuscated. Highlights: The crypto is pretty bad - it's using blowfish in CBC mode with a static IV of 0c22384e5a57412b (convert…