Skip to content

Instantly share code, notes, and snippets.

@eacmen
Created July 20, 2018 00:37
Show Gist options
  • Save eacmen/1566080925ef72547fddb648a9cb7991 to your computer and use it in GitHub Desktop.
Save eacmen/1566080925ef72547fddb648a9cb7991 to your computer and use it in GitHub Desktop.
TP-LINK WL-WA850RE Decryption Key One-Liner for config.bin
$ openssl enc -d -des-ecb -nopad -K 478DA50BF9E3D2CF -in config.bin > decrypted.bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment