OpenSourceProtogenCollection / flexOS

Protogen fursuit implementation using FastLED and Python
MIT License
25 stars 7 forks source link

ProtogenSSH: Passwords are not stored in encrypted SharedPrefs #7

Closed JaredTamana closed 4 years ago

JaredTamana commented 4 years ago

Due to some issues with the crypto classes, passwords are currently stored alongside username and port info in regular SharedPrefs. This should probably be corrected. When I close this issue, I'll likely maintain a version of ProtogenSSH that does not use the crypto, as the current SDK I'm building for does not support it, but I want people to be able to use old phones they have knocking around if they choose to do so.