打瓦加密器是一个简单的在线工具,可以将文本转换为"打"和"瓦"组成的字符串,同样可以将"打""瓦"字符串解密回原始文本。本项目旨在提供一种有趣的方式来加密和解密信息。
本项目完全本地运行,并不会上传你所输入的任何信息。
Note
注意:这种加密方式仅用于娱乐,不适用于需要高度安全性的场景。
本项目实现很简单,静态网页,在 Vercel、Netlify 等托管平台直接托管即可。本项目以Vercel为例。
欢迎你做出贡献!如若更改,随时 Fork
仓库,进行更改并提交 PR
。
欢迎使用!Enjoy!
若觉得有趣或有用请给个Star!
如遇Bug或疑问,请在仓库提交 Issues
。
本项目采用 CC BY-NC-SA 4.0
许可证。
MIT License
Copyright (c) 2024 VenenoSix24
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.