Tagged articles
7 articles
Page 1 of 1
Python Crawling & Data Mining
Python Crawling & Data Mining
Apr 18, 2025 · Information Security

Master Android Encryption: From MD5 to RSA with Java Code

This tutorial explains why encryption matters in Android reverse engineering, distinguishes standard and custom algorithms, lists common hash, symmetric, and asymmetric methods, and provides complete Java code examples for Hex, Base64, MD5, SHA‑1, MAC, DES, 3DES, AES, and RSA, all runnable in Android Studio.

Hashasymmetriccryptography
0 likes · 20 min read
Master Android Encryption: From MD5 to RSA with Java Code
Su San Talks Tech
Su San Talks Tech
Jun 20, 2023 · Information Security

Master the 5 Most Common Encryption Algorithms in Java

This article introduces the five most widely used encryption algorithms—MD5, SHA‑256, DES, AES, and RSA—explaining their principles, strengths, weaknesses, and providing complete Java code examples for hashing, symmetric, and asymmetric encryption, along with practical usage scenarios such as password storage and HTTPS.

Hashingasymmetricencryption
0 likes · 19 min read
Master the 5 Most Common Encryption Algorithms in Java
Python Crawling & Data Mining
Python Crawling & Data Mining
Jun 1, 2022 · Information Security

How to Implement Common Encryption Algorithms (MD5, SHA, DES, AES, RSA) in Android

This tutorial explains why learning encryption algorithms is essential for Android reverse engineering, distinguishes standard and non‑standard algorithms, and provides complete Java code examples for Hex/Base64 encoding, message‑digest (MD5, SHA‑1, MAC), symmetric ciphers (DES, 3DES, AES) and asymmetric RSA, all runnable in an Android Studio project.

Hashasymmetricsymmetric
0 likes · 19 min read
How to Implement Common Encryption Algorithms (MD5, SHA, DES, AES, RSA) in Android
21CTO
21CTO
Nov 4, 2015 · Information Security

Master PHP Encryption: From MD5 to OpenSSL Asymmetric Techniques

This article explains PHP's various encryption methods, covering one-way hash functions like MD5 and SHA1, symmetric algorithms, the rarely used crypt() function, and detailed implementations of asymmetric encryption with OpenSSL, including key generation, encryption, decryption, and practical code examples.

HashOpenSSLPHP
0 likes · 15 min read
Master PHP Encryption: From MD5 to OpenSSL Asymmetric Techniques