├── LICENSE ├── README.md ├── mTransKey ├── chars.py ├── crypto.py ├── keypad.py ├── seed.py └── transkey.py └── newmtest.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blluv/mTransKey/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | MobileTransKey 자동화 소스 2 | -------------------------------------------------------------------------------- /mTransKey/chars.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blluv/mTransKey/HEAD/mTransKey/chars.py -------------------------------------------------------------------------------- /mTransKey/crypto.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blluv/mTransKey/HEAD/mTransKey/crypto.py -------------------------------------------------------------------------------- /mTransKey/keypad.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blluv/mTransKey/HEAD/mTransKey/keypad.py -------------------------------------------------------------------------------- /mTransKey/seed.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blluv/mTransKey/HEAD/mTransKey/seed.py -------------------------------------------------------------------------------- /mTransKey/transkey.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blluv/mTransKey/HEAD/mTransKey/transkey.py -------------------------------------------------------------------------------- /newmtest.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/blluv/mTransKey/HEAD/newmtest.py --------------------------------------------------------------------------------