# Rocko-Android-Demos **Repository Path**: minminvip/Rocko-Android-Demos ## Basic Information - **Project Name**: Rocko-Android-Demos - **Description**: RSA是目前最有影响力的公钥加密算法,该算法基于一个十分简单的数论事实:将两个大素数相乘十分容易,但那时想要对其乘积进行因式分解却极其困 难,因此可以将乘积公开作为加密密钥,即公钥,而两个大素数组合成私钥。公钥是可发布的供任何人使用,私钥则为自己所有,供解密之用。关于RSA其它需要了解的知识 --------------------- 作者:RockoZZ 来源:CSDN 原文:https://blog.csdn.net/bbld_/article/details/38777491 版权声明:本文为博主原创文章,转载请附上博文链接! - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-05-25 - **Last Updated**: 2021-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README #Android demos 基本是[博客](http://rocko.xyz/)中的 demo,为避免 module 过多拖慢 AS 所以在 `settings.gradle` 中去除了一些 module 的配置,请各取所需注意检查加上! ##License ------- ``` Copyright 2015 Rocko(http://rocko.xyz) Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. ```