MyPGP provides a graphical user interface for pgp encryption and signing. It is fully compatible with OpenPGP, and GnuPG.
It relies on BouncyCastle libraries for the cryptographic primitives.
It uses file system folders to store keys, either single or key rings, organized as a nested tree of folders.
It can also create lists of keys for bulk operations.
...Easy to use Crypto algorithms. Works on Windows, Linux, Android.
No external lib dependencies, no useless abstractions, no 'crypto provider'.
Elliptic curves was borrowed from BouncyCastle and simplified a lot.
Most of EC classes are custom algorithms for certain curves. Can be easily deleted if u dont need them.
With couple of classes u can parse and construct those ugly ASN.1 structures, look at RSA and EC key formats for example.
No bad dependencies between classes, so u can easily cut off unnecessary code and simply include what u need in your project.
...
Private keys are insecure in cloud server infrastructure. Chrome: right click - translate into English!
https://www.bsi.bund.de/DE/Presse/Pressemitteilungen/Presse2018/Spectre-NG_18052018.html
System that creates key pairs and digital signatures and is based on the presumed difficulty of prime factorization.
Please install on a virtual machine with Linux! Windows is not supported!
German:
System, das Schlüsselpaare und digitale Signaturen erstellt, und auf der vermuteten...
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Hi anybody,
This 7z allow you hiding many files using LSB
Steganographic method in many pics, also let you the possibility to cipher the hidden files using private and public key with ECC(Elliptic curve cryptography), using BouncyCastle Java library or AES-256 bits.
HOW TO USE:
Its software needs JRE 1.7 or Higher!!
Just unzip the dist.7z file and open Faster-Hiding.jar file, you can download the sources.
Please open tickets if you found a problem or copyright trouble.
Excuse me by your disturb.
JCrypTool moved to GitHub! See https://groups.google.com/d/topic/jcryptool-developers/nauEXL6vsbk/discussion for more information and visit our new project home at https://github.com/jcryptool
java-based pki encryption utility formed by simply pulling together bouncycastle examples into a working tool. i don't guarantee that there aren't loopholes, but this may be a starting point.
JCrypTool moved to GitHub! See https://groups.google.com/d/topic/jcryptool-developers/nauEXL6vsbk/discussion for more information and visit our new project home at https://github.com/jcryptool
Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.
Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
A timestamp client using http://www.bouncycastle.org/ Library You can DOWNLOAD all repository in this link: http://timestampcmd.svn.sourceforge.net/viewvc/timestampcmd/?view=tar and open with Netbeans. Everybody is invited to colaborate. Thanks.
DazioAES is a password manager: it's an application protected by a single password that stores multiple other password or informations in an encrypted way. It uses Bouncycastle crypto library (classes from) and their AES encryption implementation.
Project to to port common Java libraries like JUnit, Log4j, Crimson, Xerces, Xalan, Jakarta POI, Commons Lang/Collections/CLI, JSch, JZLib, BouncyCastle and JFreeChart on .NET Framework 2.0 using J#.
The Moonbounce API is a set of high level objects that encapsulate pieces of the Bouncycastle lightweight crypto API. Moonbounce significantly simplifies RSA key generation, signing, encryption/decryption and verification of both byte arrays and files.
A Secure Diary Program written in Java and using the bouncycastle JCE Cryptograpic library. It uses a combination of BlowFish and TripleDES (XORed) to encrypt Diary entries.
Proteus is a stegographic program that allows a user to embed data inside a sufficently large JPEG, JPG, GIF, PNG and 16 bit (Stereo) WAV file. Proteus is written entirely in Java 1.4 and makes use of BouncyCastle cryptographic provider for cryptographic
An intranet chat client using public key certificates from a local CA for authentication and confidentiality. The project is developed in Java using BouncyCastle provider.