Multi-platform transparent client-side encryption of your files in the cloud
-
Updated
Jul 23, 2021 - Java
{{ message }}
Multi-platform transparent client-side encryption of your files in the cloud
A system for distributing and managing secrets
Project Wycheproof tests crypto libraries against known attacks.
I2P is an anonymizing network, offering a simple layer that identity-sensitive applications can use to securely communicate. All data is wrapped with several layers of encryption, and the network is both distributed and dynamic, with no trusted parties.
Capillary is a library to simplify the sending of end-to-end encrypted push messages from Java-based application servers to Android clients.
A Java standalone implementation of the bcrypt password hash function. Based on the Blowfish cipher it is the default password hash algorithm for OpenBSD and other systems including some Linux distributions. Includes a CLI Tool.
A shared preference implementation for confidential data in Android. Per default uses AES-GCM, BCrypt and HKDF as cryptographic primitives. Uses the concept of device fingerprinting combined with optional user provided passwords and strong password hashes.
JCrypTool Core Plug-ins
IEX Cloud open source API wrapper
Make the javadoc better
Don't return Hash?, return Hash instead.
Pure Java implementation of Macaroons: Cookies with Contextual Caveats for Decentralized Authorization in the Cloud. Android ready. Online playground available.
The fastest crypto online
Pure Java implementation of curve25519, salsa20, hsalsa20, xsalsa20 and poly1305 cryptographic primitives, along with a NaCl "Box" implementation
ConsenSys core libraries for Java & Kotlin
This repository contains a crypto currency trading bot. The bot implements some strategies (donchian, ema, atr) and works on the Bitfinex crypto currency exchange.
一个为渗透测试与CTF而制作的工具集,主要实现一些加解密的功能。
JCrypTool Crypto Plug-ins
Implementation of mathematical operations with big numbers and elliptic curve points for smart cards with JavaCard platform.
A Java crypto currency trading bot using the Binance API
Intrinio Java SDK for Real-Time Stock, Forex, and Crypto Prices
Java SDK of WeDPR-Lab-Core; WeDPR即时可用场景式隐私保护高效解决方案核心算法组件通用Java SDK
Java Boneh, Lynn, and Shacham (BLS) Signature Aggregation. Implementation of "Aggregate and Verifiably Encrypted Signatures from Bilinear Maps" by Dan Boneh, Ben Lynn, Craig Gentry and Hovav Shacham. https://crypto.stanford.edu/~dabo/pubs/papers/aggreg.pdf
Add a description, image, and links to the crypto topic page so that developers can more easily learn about it.
To associate your repository with the crypto topic, visit your repo's landing page and select "manage topics."
Instead of having 3 parameters to handle HSM vs non-HSM, signed vs unsigned and testnet vs mainnet, we should we have a single parameter (which picks among 4 profiles).
The 4 profiles would be:
dev-without-hsm= no HSM, btc-testnetdev-with-hsm= HSM, unsigned, btc-testnetstaging= HSM, signed, btc-testnetprod= HSM, signed, btc-mainnetSee https://github.com/square/subze