MD5 Hash with openssl from the command line Uou can use the openssl command to check MD5 checksums on your pc, like so: openssl md5 big_huge_file.iso
Category: Android
Encrypt Files with OpenSSL
Encrypt & Decrypt Files from the Command Line with OpenSSL Need to quickly encrypt a file from the command line? With OpenSSL, you can encrypt and decrypt files very easily.
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 […]
TERMUX MAN PAGE
TERMUX(1) Termux User Documentation TERMUX(1) NAME Termux - a terminal emulator application for Android OS.
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 […]
BUSYBOX MAN PAGE
BusyBox is copyrighted by many authors between 1998-2015. Licensed under GPLv2. See source distribution for detailed copyright notices.
Ε TO JE DOCKER?
Ε to je Docker?
toybox 4 Android
Toybox 0.8.11 command help toybox
Minisign tool
Minisign by Frank Denis Minisign is a dead simple tool to sign files and verify signatures. It is portable, lightweight, and uses the highly secure Ed25519 public-key signature system.
Android: Phantom process killer
Fix for OneUI, MiUi and other non-stock Android 12L and beyond Install ADB Make sure you have the Android Debug Bridge (ADB) installed on your other device. You can download SDK Platform Tools
PYTHON MAN
PYTHON NAME python β an interpreted, interactive, object-oriented programming language