Skip to content

Commit 8451bfd

Browse files
README.md
1 parent 8950590 commit 8451bfd

File tree

1 file changed

+11
-0
lines changed
  • Server-Side Components/Business Rules/Base64-Encode-Before-Save-And-Display

1 file changed

+11
-0
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
Base64 Encode Before Save / Decode on Display
2+
3+
Explanation:
4+
5+
Goal: Store sensitive or formatted data (like text) in an encoded format in the database while still allowing users to see and interact with the readable version.
6+
7+
Before Insert/Update → Encode (secure storage).
8+
9+
Before Display → Decode (user-friendly display).
10+
11+
It’s a example of data transformation for secure storage and transparent display.

0 commit comments

Comments
 (0)