基于Android系统的文件加解密
☆16Jan 3, 2017Updated 9 years ago
Alternatives and similar repositories for AndroidFileSystem_Security
Users that are interested in AndroidFileSystem_Security are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Android Toolkit Library:一组Android常用工具类(bitmap 处理,文件操作,加密存储器,网络监测等基础功能)☆12Feb 5, 2017Updated 9 years ago
- 这是一个可以加解密文件的demo,包括视屏,音频,文本,图片等所有文件的加解密,与DES相比,流密码操作简单,按位异或,并可以根据口令,生成复杂的秘钥进行加密 ~~~☆66May 3, 2017Updated 9 years ago
- Java implementation of Paillier algorithm. This is one of the few known system that preserves additive homomorphic properties. JCA Pailli…☆12Jan 29, 2019Updated 7 years ago
- 基于Hadoop的分布式文件系统,使用Java语言开发实现了一个本地文件管理系统,其中文件存在于HDFS集群中,通过Java开发的客户端软件进行管理,其功能包括:1、文件分块、加密并上传待HDFS文件系统 2、文件块下载、解密、整合成完整文件 3、文件系统的管理☆24May 6, 2018Updated 8 years ago
- 在线投票系统. 功能: 创建投票,添加投票项,并统计投票结果. 技术点: struts2+ mybatis +spring +maven+ mysql + lucene + 分词器 完成了文本的检索.☆12Sep 4, 2016Updated 9 years ago
- Managed hosting for WordPress and PHP on Cloudways • AdManaged hosting for WordPress, Magento, Laravel, or PHP apps, on multiple cloud providers. Deploy in minutes on Cloudways by DigitalOcean.
- Haven Ondemand library for PHP☆10Dec 21, 2016Updated 9 years ago
- 简单的文件加密解密程序,主要用于解释文件加解密的原理流程;☆25Jul 8, 2016Updated 10 years ago
- android 对数据加密 传输 android JNI C++ AES 加密解密 秘钥存储 RSA加密秘钥 传输☆30Aug 14, 2020Updated 6 years ago
- 文件管理器,实时监听☆19Aug 18, 2017Updated 9 years ago
- HowToChooose 开放性投票社交网站 A Open Voting Social Website☆15Feb 19, 2019Updated 7 years ago
- 基于javafx UI界面实现的android apk自动化批量反编译工具。运行后直接将apk文件拖入程序内,即可完成对dex和res反编译操作。☆24Dec 7, 2019Updated 6 years ago
- ☆20Jul 30, 2018Updated 8 years ago
- 文件上传下载系统☆11Mar 1, 2018Updated 8 years ago
- ida for android☆26May 15, 2017Updated 9 years ago
- Serverless GPU API endpoints on Runpod - Get Bonus Credits • AdSkip the infrastructure headaches. Auto-scaling, pay-as-you-go, no-ops approach lets you focus on innovating your application.
- 仿微信声音锁☆16Oct 11, 2015Updated 10 years ago
- XSKIN 是基于 c++ 和GDI做的 一个UI库. Direct UI库,部分参考Duilib,有些作者自己的想法实现,模仿java事件监听器机制和android布局文件. 内部使用其它该源的jpg, png图片解码库☆12Sep 6, 2017Updated 8 years ago
- 蜜蜂牧场是一个数据采集清洗工具,也是一个ETL工具,同时也是一套脚本语言。☆14Jul 1, 2018Updated 8 years ago
- ios 客户端微信扫码登录app☆11Aug 14, 2018Updated 8 years ago
- 微信授权分享工具类 WeChatHelper☆10Mar 22, 2018Updated 8 years ago
- 对于实现服务的高可用性所用到的技术的一些实践、总结。包含诸如ZooKeeper、Dubbo、SpringCloud、Redis、RabbitMQ等技术☆11Apr 28, 2018Updated 8 years ago
- HttpClient和WebService编写的服务端程序☆10Dec 21, 2017Updated 8 years ago
- dex2jar for android☆29May 19, 2018Updated 8 years ago
- 新手引导视图☆22Apr 10, 2018Updated 8 years ago
- Deploy on Railway without the complexity - Free Credits Offer • AdConnect your repo and Railway handles the rest with instant previews. Quickly provision container image services, databases, and storage volumes.
- Dex加密☆15May 2, 2018Updated 8 years ago
- 微信授权登录,access_token刷新,用户信息获取。☆10Nov 5, 2016Updated 9 years ago
- duilib入门简明教程里面的编译有问题的同学,尽可以下载来用,我试了好几次才通过的,环境:vs2013☆14Nov 28, 2013Updated 12 years ago
- Sample app to demonstrate how Android's new Palette class can be used to extract colors from an image to change the color of UI elements.☆10Sep 6, 2018Updated 7 years ago
- 利用WIFI实现数据的高速分享,仿茄子快传--毕业设计☆18May 11, 2015Updated 11 years ago
- This view library is based on 2011 Yuri Kanivets Android Wheel Controller. It provides a pretty view like NumberPicker in Android View li…☆11Nov 21, 2016Updated 9 years ago
- Swagger 是一款RESTFUL接口的文档在线自动生成+功能测试功能软件。本文简单介绍了在项目中集成swagger的方法和一些常见问题。如果想深入分析项目源码,了解更多内容,见参考资料。 Swagger 是一个规范和完整的框架,用于生成、描述、调用和可视化 RESTfu…☆17Sep 13, 2017Updated 8 years ago
- DLNA投屏的Demo☆13Jul 14, 2015Updated 11 years ago
- dexposed原理学习☆10Sep 1, 2015Updated 10 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- A IDE for OIers on Android.☆11Nov 18, 2014Updated 11 years ago
- HttpClient和WebService编写的客户端程序☆16Dec 21, 2017Updated 8 years ago
- 使用RSA算法对数据进行非对称加密和解密 。加密使用公钥,解密使用私钥; 签名使用私钥,验证使用公钥(对长文本也能加密成功)☆49Mar 16, 2021Updated 5 years ago
- BPMT小程序快速开发平台-DEMO-投票☆26Nov 13, 2016Updated 9 years ago
- GirdView点击效果和分割线☆13Dec 5, 2015Updated 10 years ago
- ☆11Oct 7, 2014Updated 11 years ago
- CHMReader - android app read chm file☆14Dec 9, 2016Updated 9 years ago