# silent-chat **Repository Path**: silent-chat/silent-chat ## Basic Information - **Project Name**: silent-chat - **Description**: single page for security chat via other communication app - **Primary Language**: JavaScript - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-20 - **Last Updated**: 2022-03-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # silent-chat ## About Silent-chat is a encryption tool when you need to encrypt your message communication via IM! It's based on AES encryption algorithm , the security level is based on your password length and complex. The password must 4*N length. ## 关于 当您需要通过 IM 加密您的消息通信时,Silent-chat是一种加密工具! 它基于 AES 加密算法,安全级别取决于您的密码长度和复杂度。 密码长度必须为 4*N。 ## How 1. generate encryption password and send to your friend. 2. input your message and encryption it. 3. copy the encrypted code and send it to your friend via IM. 4. your friend copy the encrypted code and pasted to decryption text and click decryption. 5. then your friend can see the decryption message from you. 6. receive message from your friend just repeat what you had done; 7. you and your friend should use the same encryption password. ### Public key We agree that abcdabcdabcdabcd is the public password, if you need to publish some public encrypted information, please use this password. ```text abcdabcdabcdabcd ``` he following is the information encrypted by this password, you can try to see if the data can be decoded. ```text 4867A6548168054ED9269976DC3137F64C66540B8FD6115689FC51528A03A5E0 ``` OK, enjoy it. don't forget to star my github repo below: [https://github.com/planck-david/silent-chat](https://github.com/planck-david/silent-chat) ## 如何 1. 生成加密密码并发送给你的朋友。 2. 输入您的信息并加密它。 3. 复制加密代码并通过IM发送给您的朋友。 4. 您的朋友复制加密后的代码并粘贴到解密文本中,然后点击解密。 5. 然后你的朋友就可以看到你的解密信息了。 6. 收到你朋友的消息,只是重复你所做的; 7. 您和您的朋友应该使用相同的加密密码。 ### 公共钥匙 我们约定 abcdabcdabcdabcd 为公共密码,如果你需要发布一些公共的若加密信息,请使用此密码. ```text abcdabcdabcdabcd ``` 以下是通过此密码加密的信息,你可以试试是否能够解码出数据。 ```text 4867A6548168054ED9269976DC3137F64C66540B8FD6115689FC51528A03A5E0 ``` 好,享受吧。 不要忘记在下面为我的 github 仓库点赞如果你是一个开发者: [https://github.com/planck-david/silent-chat](https://github.com/planck-david/silent-chat) ## Demo you can try it via(serviced by github.io): [https://planck-david.github.io/silent-chat/](https://planck-david.github.io/silent-chat/) you can self-deploy by fork . ## 示例和使用 您可以通过(由 github.io 提供服务)体验尝试: [https://planck-david.github.io/silent-chat/](https://planck-david.github.io/silent-chat/) 你可以通过 fork 自行部署。 ## Project setup ``` npm install ``` ### Compiles and hot-reloads for development ``` npm run serve ``` ### Compiles and minifies for production ``` npm run build ``` ### Lints and fixes files ``` npm run lint ``` ### Customize configuration See [Configuration Reference](https://cli.vuejs.org/config/).