About Chiffre
Dieses Programm nutzt eine einfache Chiffrierung um einen gegebenen Text zu ver- oder entschlüsseln.
Verschlüsselungsfunktion: f(x) = (a*x+b) mod 29
Entschlüsselungsfunktion: f(x) = (a*(x-b)) mod 29
Es müssen für die Entschlüsselung also die Multiplikativ-Inversen zu a von Hand berechnet werden, um wieder den Klartext zu erhalten.
KLEINGEDRUCKTES:
Diese Software und alle ihre Dateien werden Ihnen "so wie sie sind" und ohne Garantien bezüglich Funktionalität und Schadsoftwarefreiheit, sowie aller anderen möglichen Garantien zur Verfügung gestellt. Sie benutzen diese Software auf eigene Verantwortung. This program uses a simple encryption to a given text to encrypt or decrypt.
Encryption function: f (x) = (a * x + b) mod 29
Decryption function: f (x) = (a * (xb)) mod 29
It must for decryption so the Multiplicative inverses are calculated at a hand to get back to obtain the plaintext.
FINE PRINT:
This software and all its files are provided "as is" and without warranties concerning functionality and malicious software freedom, and provided all other possible warranties. You use this software at your own risk.