~ruther/NosSmooth

ref: 587a3ea90045ace1dbe5c9bd484fd71570239f1e NosSmooth/Core/NosSmooth.Cryptography d---------
587a3ea9 — Rutherther 2 years ago
feat(pcap): use new unknown decryption methods insice PcapNostaleClient

Get rid of unnecessary allocations as well
8aacf1b2 — Rutherther 2 years ago
feat(crypto): add methods for converting unknown packets
df935e1e — Rutherther 2 years ago
fix(crypto): export session number correctly from encryption key
0a679b29 — Rutherther 2 years ago
fix(crypto): catch exceptions inside of encrypt/decrypt methods
39102d72 — Rutherther 2 years ago
fix(crypto): correctly cast byte to char
6f3e7684 — Rutherther 2 years ago
fix(crypto): remove client world cryptography encoding conversion that does not work correctly
343b2ba2 — Rutherther 2 years ago
fix(crypto): decrypt with correct encoding in world cryptography
2b20fd63 — Rutherther 2 years ago
Merge pull request #74 from Rutherther/feat/pcap

Add support for pcap client
b1ca4f80 — Rutherther 2 years ago
feat(crypto): add cryptography server, client, world, login...