# Encryption **Repository Path**: chinadailin/encryption ## Basic Information - **Project Name**: Encryption - **Description**: simbiose/Encryption - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-22 - **Last Updated**: 2021-08-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # simbiose/Encryption #### 介绍 Encryption is a simple way to encrypt and decrypt strings on Android and Java project. 原项目Doc地址:https://github.com/simbiose/Encryption #### 代码关联提交教程 1. 打开Terminal面板 ![输入图片说明](https://images.gitee.com/uploads/images/2021/0322/153912_dfacc65c_8830545.png "屏幕截图.png") 2. 依次复制粘贴单行命令回车 ``` git init ``` ``` git add . ``` ``` git commit -m "first commit" ``` ``` git remote add origin https://gitee.com/chinadailin/encryption.git ``` ``` git config --system --unset credential.helper ``` 3.拉取代码 输入用户名回车,输入密码直接回车(密码不显示) ![输入图片说明](https://images.gitee.com/uploads/images/2021/0322/155439_ec9c5a4d_8830545.png "屏幕截图.png") ``` git pull origin master --rebase ``` ``` git push -u origin master ```