You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,8 +4,11 @@
4
4
5
5
This project is designed to encrypt and decrypt user input using various cipher algorithms. It offers two primary modes and three levels of complexity to satisfy different encryption needs. I implimented this projects using <b>[Python](https://github.com/ivin-titus/Text-Encryption/tree/master/text_encryption_python)</b> for Desktop OS and <b>[Flutter](https://github.com/ivin-titus/Text-Encryption/tree/master/text_encryption_flutter)</b> for Smartphones. You're welcome to impliment it on any other languages or use it on your projects. Use **[Algorithm Explaination](algorithm_explained.md)** or <b>[Python Edition](https://github.com/ivin-titus/Text-Encryption/tree/master/text_encryption_python)</b> as reference. Don't forget to mention me on such cases.
This project uses the same algorithm that used on **[Text Encryption - Python](https://github.com/ivin-titus/Text-Encryption/tree/master/text_encryption_python)**, but re-implimented it using Dart.<br>
10
-
Because of some packaging restrictions, it's python edition can't directly run with a GUI on Android or IOS. This is just a source code. <br> Original apk that can be installed on different android devices is here. I can't give an ios package because i don't have one <br> <br> <b> Android: [Download](https://download1321.mediafire.com/nlt9np0h4heghBkA13g8nfw3gsUT9Ox9JPFTXIBNpiXOHXSYt5hZ3uDwMmpcb25pHJ8PEse2QgtLVxJPMnNa13E14i5-ZpLkdt9wg1w14vq65C50TNLhFZDdFj_5JMU6glRzBFyKptz8VvrcqJIl-EnfJ4WfqCyurppyuzYJ0w/npikkymx3hleurt/Text+Encryption.apk)</b>
11
-
10
+
Because of some packaging restrictions, it's python edition can't directly run with a GUI on Android or IOS. This is just a source code. <br> Original apk that can be installed on different android devices is here. I can't give an ios package because i don't have one <br> <br> <b> Android: [Download](https://download1321.mediafire.com/nlt9np0h4heghBkA13g8nfw3gsUT9Ox9JPFTXIBNpiXOHXSYt5hZ3uDwMmpcb25pHJ8PEse2QgtLVxJPMnNa13E14i5-ZpLkdt9wg1w14vq65C50TNLhFZDdFj_5JMU6glRzBFyKptz8VvrcqJIl-EnfJ4WfqCyurppyuzYJ0w/npikkymx3hleurt/Text+Encryption.apk)</b>
11
+
<br>
12
+
<b> Web Edition : [Open](https://text-encryption-web.vercel.app/)</b>
0 commit comments