All Projects → ragnor-rs → sklad

ragnor-rs / sklad

Licence: Apache-2.0 License
Android file storage library with encryption and streaming support

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to sklad

kodex
A privacy and security engineering toolkit: Discover, understand, pseudonymize, anonymize, encrypt and securely share sensitive and personal data: Privacy and security as code.
Stars: ✭ 70 (+169.23%)
Mutual labels:  encryption
DroidFS
Encrypted overlay filesystems implementation for Android. Also available on gitea: https://forge.chapril.org/hardcoresushi/DroidFS
Stars: ✭ 152 (+484.62%)
Mutual labels:  encryption
Ajax-Chat
Ajax Chat is a complete web chat in javascript, ajax, php and mysql compatible with Phonegap
Stars: ✭ 19 (-26.92%)
Mutual labels:  encryption
photochat
Works cool: I use a secure app to chat. Next level: I encrypt my chats with a private key. Intergalactic level: I encrypt my chats with a one-time token and then make them deceptively public ;)
Stars: ✭ 38 (+46.15%)
Mutual labels:  encryption
paperback
Paper backup generator suitable for long-term storage.
Stars: ✭ 517 (+1888.46%)
Mutual labels:  encryption
EasyAES
AES encrypt/decrypt, Android, iOS, php compatible(兼容php, Android, iOS平台)
Stars: ✭ 79 (+203.85%)
Mutual labels:  encryption
xipher
🔒 Simple perfect xor encryption cipher 🔒
Stars: ✭ 61 (+134.62%)
Mutual labels:  encryption
jwt-signature
[READ ONLY] Signature component of the JWT Framework
Stars: ✭ 32 (+23.08%)
Mutual labels:  encryption
notes
CrypTag Notes: Secure note-taking and shared wiki page editing desktop app
Stars: ✭ 20 (-23.08%)
Mutual labels:  encryption
EasyPGP
No description or website provided.
Stars: ✭ 19 (-26.92%)
Mutual labels:  encryption
AES
AES for microcontrollers (Arduino & Raspberry pi)
Stars: ✭ 116 (+346.15%)
Mutual labels:  encryption
eme
EME (Encrypt-Mix-Encrypt) wide-block encryption for Go.
Stars: ✭ 30 (+15.38%)
Mutual labels:  encryption
envkey-ruby
EnvKey's official Ruby client library
Stars: ✭ 24 (-7.69%)
Mutual labels:  encryption
Crypto
封装多种CTF和平时常见加密及编码C#类库
Stars: ✭ 20 (-23.08%)
Mutual labels:  encryption
ProtonClient
An unofficial desktop client for ProtonMail done with electron nativefier
Stars: ✭ 50 (+92.31%)
Mutual labels:  encryption
sio-go
Authenticated encryption for streams in Go
Stars: ✭ 21 (-19.23%)
Mutual labels:  encryption
drive-mobile
internxt.com
Stars: ✭ 43 (+65.38%)
Mutual labels:  encryption
crypto.graphics
crypto.graphics
Stars: ✭ 20 (-23.08%)
Mutual labels:  encryption
SharpLoader
🔮 [C#] Source code randomizer and compiler
Stars: ✭ 36 (+38.46%)
Mutual labels:  encryption
EncrypC
🔑 File Encryption Application using Python.
Stars: ✭ 14 (-46.15%)
Mutual labels:  encryption

Sklad

Build Status Release

Android file storage library with encryption and streaming support.

Compatibility

This library is compatible from API 16 (4.1)

Download

Add it in your root build.gradle at the end of repositories:

allprojects {
    repositories {
        ...
        maven { url "https://jitpack.io" }
    }
}

Add the dependency

dependencies {
    compile 'com.github.ragnor-rs:sklad:79616ae2c3'
}

License

Copyright 2016 Renat Sarymsakov.

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].