Skip to content
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.

Added UTF8 support #35

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Added UTF8 support #35

wants to merge 4 commits into from

Conversation

beenotung
Copy link

@beenotung beenotung commented Dec 10, 2017

Added extra function to handle utf8 string for encryption and decryption.
Do not introduce extra overhead to operation on ascii string.

Used functions

unescape(encodeURIComponent(string))
and
decodeURIComponent(escape(string))

Original Issue

#12

@matheograil matheograil mentioned this pull request May 2, 2020
NexZhu added a commit to crpt/cryptico that referenced this pull request Jun 8, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants