简体   繁体   中英

OpenSSL Commands inside ADB Shell

I just have one simple doubt. Can I run openssl commands like encrypt/decrypt/verify within the adb shell command prompt?

PS - I have a rooted device. And I am inside the adb shell command prompt. Now I want to run the openssl command inside this prompt.

I know we have openssl library inside the system/lib but so far from what I have learnt we can use that only through conscrypt jar.

But can we use it from adb shell? If yes, how?

OpenSSL consist from 3 parts: libssl.so libcrypto.so and openssl command line tool. Last seems to be not compiled and you should cross compile by yourself. libssl.so libcrypto.so there is in system/lib. see http://wiki.openssl.org/index.php/Android

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM