项目作者: omgupta15

项目描述 :
Share Code Snippets & Texts securely
高级语言: JavaScript
项目地址: git://github.com/omgupta15/CodesBin.git
创建时间: 2020-11-20T11:47:35Z
项目社区:https://github.com/omgupta15/CodesBin

开源协议:

下载


CodesBin

CodesBin is a service using which users can share texts or code snippets quickly and securely. CodesBin uses AES encryption to protect user’s data.

If a user enters a password, their text is encrypted using that password and no one can decrypt that text without the password.
The passwords aren’t sent to the server and the whole process of encryption & decryption happens on the client-side.

Website URL: https://www.codesbin.com

Features

  • Encryption & Decryption on the client-side.
  • Syntax highlighting for 150+ languages.
  • AES 256-Bit encryption used for encrypting the data.
  • Auto-delete post after certain views.
  • Auto-expire post after certain time.
  • Hide number of views or creation date of the post by just a single click.
  • No limit on number of posts.
  • Option to view RAW Data.
  • Generate, view & download QR Codes for easy sharing.

Libraries Used

Frontend:

Backend: