ric-geek / dlms-encrypt-decrypt-cli

Simple CLI for decrypting and encripting DLMS APDU
MIT License
1 stars 1 forks source link

-d parameter / decryption not working #1

Closed supagusti closed 2 years ago

supagusti commented 2 years ago

Excuse me, but i'm fiddeling arount to get data out of my smartmeter and the data is encrypted. The best program I found is your DLMS-APDU Encrypter-Decrypter. But I cannot reproduce the dlms_cli -d command from your readme.md. It seems like the code is missing from your programm. It is parsing the command line parameters key (line 64) enc (line69) and auth (line77) but the dec parameter is missing.

Maybe you can update the code so I can use it?

ric-geek commented 2 years ago

Hi, i fixed the error. Now it should work

supagusti commented 2 years ago

Thank you!