5 results for “topic:cryptography-basics”
A C++ command-line program that generates secure random passwords based on user-defined length. Combines uppercase and lowercase letters, numbers, and special characters using standard C++ libraries. Designed to demonstrate randomness, string handling, and basic security concepts in a simple, beginner-friendly CLI tool.
This Repository contains data privacy practicals of Delhi University 5th Semester.
Unleash the power of security with this Python script that crafts unique, customizable random passwords to keep your secrets safe!
A C program that calculates the frequency (count) of prime numbers within a user-specified integer range using iterative primality testing.
A Java console application for encrypting and decrypting messages, created as a learning project based on Bro Code tutorials.