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
This script reverses the input string text by iterating backward over its characters and concatenating them.
43
+
Use the same script for encryption and decryption, as reversing twice returns the original text.
44
+
45
+
### How to Use:
46
+
47
+
1- Select Custom Script as the encryption method.
48
+
49
+
2- Enter your encryption script (e.g., the reversal script above).
50
+
51
+
3- Enter the same script for decryption.
52
+
53
+
4- Enter your key if needed (can be ignored for simple scripts).
54
+
55
+
5- Encrypt and decrypt text or files using your custom logic.
56
+
26
57
## 🚀 Getting Started
27
58
28
59
his project use [eframe](https://github.com/emilk/egui/tree/master/crates/eframe), a framework for writing apps using [egui](https://github.com/emilk/egui/).
0 commit comments