开发者

Android Java SFTP / SSH

开发者 https://www.devze.com 2023-02-23 09:45 出处:网络
I\'m making a small android app for one of my secure servers (which has a random root password generated every 5 mins with the first few characters known to the user, the rand开发者_JAVA百科om part of

I'm making a small android app for one of my secure servers (which has a random root password generated every 5 mins with the first few characters known to the user, the rand开发者_JAVA百科om part of the password is stored in a .txt file on the server under another user which is the only one that can view this random part of the password.) I need my Android app to connect to this secret user over SFTP or SSH (secure) to retrive the random password to display it to the user so they are able to login to the system.

This is like my own cheap version of two factor authentication. I'm new to Android development but i can't find any SFTP libraries for this connection. Can you help?

Thanks Dave

0

精彩评论

暂无评论...
验证码 换一张
取 消