Skip to content

Commit 6f25b3e

Browse files
committed
Update to documentation
1 parent e98af70 commit 6f25b3e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,11 @@
44

55
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.
66

7+
### <b>[Web Preview](https://text-encryption-web.vercel.app/) </b>
8+
79
##
810

11+
912
### Download Links
1013

1114
<b> <a href="https://github.com/ivin-titus/Text-Encryption/releases/download/apk/Text.Encryption.apk" style="display: inline-block; padding: 12px 24px; font-size: 18px; color: white; background-color: #007BFF; border-radius: 5px; text-align: center; text-decoration: none; font-family: Arial, sans-serif;">

text_encryption_flutter/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@
77
<img src="logo_android.png" width="128" height="128" alt="text-encryption" align="right" />
88

99
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>
1213
##
1314

1415
### Demo

0 commit comments

Comments
 (0)