Giter Site home page Giter Site logo

mypass's Introduction

Mypss

一个简单的跨平台文本加密工具

说明

调用aes加密算法对输入的文本进行加密,加密后的文本可以复制粘贴到任意地方进行保存。只需要记住加密key即可。
适用于加密各类数字虚拟币的提醒词,密钥;网站登录密码;需要加密的记事本等内容

使用方法

使用 go build 编译代码后执行一下指令即可

    ./mypass -e content key //使用key加密content
    ./mypass -d content key //使用key解密content

####下载

点击 https://github.com/LibiChai/mypass/releases 下载各个平台编译好的二进制版本

注意

加密完成后最好解密测试下确定是否加密成功。确保密文正确。

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.