Skip to content
#

rabin-cryptosystem

Here are 16 public repositories matching this topic...

The code demonstrates how a third party can break the RSA by obtaining the secret key by using public key and interrupt the communication and modifies the messages in transit.

  • Updated Apr 25, 2021
  • Jupyter Notebook

A java text editor and email client for public key cryptography and encryption. The ciphers use hypercomplex and hyper-dimensional numbers (including vectors, quaternions, matrices, cubes, and tesseracts), polynomials, determinants, multi-variable, multi-equation, and multi-dimensional arithmetic, integer factorization, and Merkle-Hellman knapsacks

  • Updated Jan 14, 2025
  • Java

This project implements the Rabin Cryptosystem in SageMath, a public-key encryption algorithm based on the integer factorization problem. The system uses blum primes for p and q to simplify the decryption process.

  • Updated Oct 14, 2024
  • Jupyter Notebook

The Rabin-Karp Algorithm is a string matching algorithm used to find the occurrence of a pattern string in a text string. It uses a hash function to compare the pattern string and substrings of the text string and only performs a full string comparison when a hash match is found.

  • Updated Feb 13, 2023
  • Kotlin

Improve this page

Add a description, image, and links to the rabin-cryptosystem topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rabin-cryptosystem topic, visit your repo's landing page and select "manage topics."

Learn more