Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 900 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 900 Bytes

3DES CBC decryptor

Mainly for encrypted GSM 03.48 messages (excluding unencrypted header)

License: MIT GitHub version

Decrypts ciphered (with 3DES CBC) part of GSM 03.48 message.

Installation (from source)

First, install Leiningen

Then,

$ git clone https://github.com/brake/threedes-decryptor-clj.git
$ cd threedes-decryptor-clj
$ lein uberjar

Finally you're ready to use ./target/uberjar/threedes-<version>-standalone.jar

Usage

$ java -jar threedes-<version>-standalone.jar <3DES-key-hex> <Data-hex>

Changes

See Changelog