https://github.com/christinec-dev/encrypto
A basic text encryption application made in Windows Forms and C#.
https://github.com/christinec-dev/encrypto
Last synced: about 1 month ago
JSON representation
A basic text encryption application made in Windows Forms and C#.
- Host: GitHub
- URL: https://github.com/christinec-dev/encrypto
- Owner: christinec-dev
- Created: 2022-06-15T07:49:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-15T07:53:41.000Z (almost 3 years ago)
- Last Synced: 2025-01-30T07:42:37.048Z (3 months ago)
- Language: C#
- Size: 108 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Encrypto
I was looking for something to do when I came across the [dcode](https://www.dcode.fr/caesar-cipher) encryption site. So I decided to make basic text encryption application made in Windows Forms and C#. I used the caesar shift method to encrypt the text, which is one of the most easy and most famous encryption systems, that uses the substitution of a letter by another one further in the alphabet. Now I can send secret strings! 😁## Main UI



