SHIZUKU 4 ANDROID

Shizuku Background When developing apps that requires root, the most common method is to run some commands in the su shell. For example, there is an app that uses the pm enable/disable command to enable/disable components.

OpenSSL Commands for Certificate Checking

OpenSSL is an open-source toolkit that implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols. It is used to provide encryption and server authentication for Transmission Control Protocol (TCP) connections between client and server applications. OpenSSL allows us to check various […]

Java Keytool Keystore Commands

Java Keytool Keystore Commands The Java Keytool is a command-line tool that allows you to manage cryptographic keys and certificates in a keystore. A keystore is a database that can store keys and certificates. The Keytool is commonly used for tasks like generating keys […]

SSL CONVERTER

SSL Converter Convert your SSL certificate to different formatsIf your CA has sent you the certificate file in a format that your server doesn't accept, you'll need to convert the certificate file's format . You can easily do this on your own system by […]

Python Virtualenv

A Virtual Environment in Python helps you to manage different versions of Python for different projects without doing a mess with your default system dependencies. It allows you to manage separate environments for different packages for different projects. This is one of the most […]