Security News
The Risks of Misguided Research in Supply Chain Security
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
base4096hangul
Advanced tools
Split bits into Uint12 digits and plus each element by 0xAC00 to get a Unicode code point.
Base4096Hangul.encodeString('This is the string you want to encode.', { header: 'This is a header. ' })
Result:
This is a header. 녆둩 댲걩 댲건늆넠 댷끲늖멧긇 땯덒걷눖 면긇끯긆녮 눶뭤뉒먀
Notes:
Base4096Hangul.decodeString('녆둩 댲걩 댲건늆넠 댷끲늖멧긇 땯덒걷눖 면긇끯긆녮 눶뭤뉒먀')
Result:
This is the string you want to encode.
Try at neruthes.xyz/Base4096Hangul/.
Copyright (c) 2020 Neruthes <neruthes.xyz>.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
You should have received a copy of the GNU Affero General Public License along with this program. If not, see https://www.gnu.org/licenses/.
FAQs
Encode data in Hangul
The npm package base4096hangul receives a total of 5 weekly downloads. As such, base4096hangul popularity was classified as not popular.
We found that base4096hangul demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Snyk's use of malicious npm packages for research raises ethical concerns, highlighting risks in public deployment, data exfiltration, and unauthorized testing.
Research
Security News
Socket researchers found several malicious npm packages typosquatting Chalk and Chokidar, targeting Node.js developers with kill switches and data theft.
Security News
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.