fedebotu / k-trains

An app for automatically reserving trains in Korea - both Korail and SRT - even when sold out
https://k-trains.streamlit.app
47 stars 29 forks source link

Fix KTX login issue #15

Closed dhfhfk closed 6 months ago

dhfhfk commented 6 months ago

The KTX version has been updated so we need to send passwords with AES encryption when logging in. Requires PyCryptodome module for AES encryption.

I created a PR on the original korail2 repository (carpedm20/korail2#48), but for quick use, create a PR on this repository.

fix: #13

dhfhfk commented 6 months ago

I also tested for the SRT login issue #14 and there is no problem in my environment.

fedebotu commented 6 months ago

Tested and it works! Thanks @dhfhfk for your contribution