Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
soshimee authored Nov 2, 2019
1 parent 2f9f63c commit c768c57
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Base64-encode-decode
A small javascript to encode from unicode string to base64 and decode from base64 to unicode string. (Just made for fun)

Use `encodeStringToBase64(str);` to encode unicode string to base 64.
Use `decodeBase64ToString(str);` to decode base 64 to unicode string.

0 comments on commit c768c57

Please sign in to comment.