cifrado
Here are 22 public repositories matching this topic...
Secure Encryption and Deletion Application
-
Updated
Jan 2, 2026 - Python
Cifrado y descifrado de texto con Python mediante César.
-
Updated
Jan 7, 2021 - Python
Aplicación Java para cifrar/descifrar textos con múltiples algoritmos.
-
Updated
Dec 7, 2023 - Java
Encriptador implementado con HTML, CSS Y JavaScript, pagina responsive. Solamente funciona con letras minúsculas y sin caracteres especiales.
-
Updated
Jan 3, 2023 - CSS
Encriptador para descifrar o cifrar un mensaje https://1mg0d.github.io/encriptadorJS/
-
Updated
Jan 27, 2023 - HTML
Este repositorio contiene la implemetación del cifrador cesar.
-
Updated
Sep 17, 2020 - C++
Breaking classical ciphers
-
Updated
Jun 11, 2020 - Python
Programa para obtener la cantidad de información de un texto. Ingeniería en Software UPPachuca (PE 2010). Seguridad Informática.
-
Updated
Dec 17, 2019 - C#
Encriptacion cesar(caesar cipher) / cifrado Rot(Rot cipher) en Python con GUI o termina/cmd (command line tool)
-
Updated
Oct 21, 2023 - Python
Claves de Cristeros utilizando código en Python, tales como CIfrado Vigenere, Clave Gato, Clave Morse, Clave Inversa, etc.
-
Updated
Jul 6, 2021 - Jupyter Notebook
Repositorio con ejercicios y trabajos practicos de la materia (asignatura) Matematica Aplicada / Criptografía de la Universidad Nacional de la Matanza. El TP integrador contiene una implementación del algoritmo de cifrado de flujo Rabbit en Python.
-
Updated
Jun 30, 2023 - Python
progama en java, aplicando el cifrado cesar https://es.wikipedia.org/wiki/Cifrado_César
-
Updated
Apr 10, 2018 - Java
This method requires two inputs one a number and a plaintext. The Time Complexity and Space Complexity both are O(N). The encryption formula is En(x) = (x + n) mod 26 and the Decryption formula is Dn(x) = (x – n) mod 26. Made in: Java Netbeans 8.2
-
Updated
Mar 4, 2024 - Java
-
Updated
Dec 3, 2020 - HTML
E2E encrypted chat where the server can't read your messages, doesn't know who you are, and forgets everything after delivery. No email, no phone, no name, just a random code.
-
Updated
Apr 21, 2026 - JavaScript
Entidad certificadora CA y auto certificado digital ( hackingyseguridad.com )
-
Updated
Apr 23, 2026 - Shell
Improve this page
Add a description, image, and links to the cifrado topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cifrado topic, visit your repo's landing page and select "manage topics."