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.
Start Free
Try Google Cloud Risk-Free With $300 in Credit
No hidden charges. No surprise bills. Cancel anytime.
Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
With this application you can encrypt texts or files and chat with friends.
You can download a early Android version of the chat client from here:
https://drive.google.com/uc?export=download&id=0BwePHaWdtoMweWRyMExqbHZyUEk
Hint: I started this project because i have fun to write java apps. This app is not professional. I don´t recommend using this to encrypt very important data (for example of your company ...).
With this application you can encrypt texts or files and chat with friends.
How to start:
--------
Windows: double-click on BCrypta.exe
--------
Linux:
java -jar BCrypta.exe
--------
Console:
java -jar BCrypta.exe --help
CryptoPad is a Java based file encryptor ! It can encrypt every type of file. The icing on the cake is that it's 100% cross-platform. i.e. You can run the same .jar file on Windows, Mac OS, Linux and any OS capable of running JRE 8 :)
CryptoPad uses AES-128 bit symmetric key encryption to secure your data.
Java class file encryption. Class Encrypt is a program that can encrypt a developer's class files and package them into an executable jar file for deployment. The program uses modules for implementing different encryptions.