You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Simple API to perform AES encryption on Android. This is the Android counterpart to the AESCrypt library Ruby and Obj-C (with the same weak security defaults :( ) created by Gurpartap Singh. https://github.com/Gurpartap/aescrypt
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.
IDMask is a Java library for masking internal ids (e.g. from your DB) when they need to be published to hide their actual value and to prevent forging. It has support optional randomisation has a wide support for various Java types including long, UUID and BigInteger.
An open-source password manager - a reliable solution prioritizing transparency and security. Utilizing AES encryption, one of the most trusted algorithms, your sensitive information stays confidential and safeguarded.
Secure storage manager is a standalone Java based cryptographic file management system built using Maven ,Swing ,SQLite for AES encryption and decryption with SHA checksums for file data integrity and secure file , credentials storage.
🔒 PasswordKeeper - A Secure Password Management App Built with Spring Boot, Spring Data JPA, React, React Router, TypeScript and JavaScript. I built this app to sharpen my Java + React skills while enhancing my knowledge on security.
Simple data encryption and decryption using AES Algorithm in Java swing. Users will put his hidden key that's the encrypt key alone with his/her message. Remote users only access the message by using first user key
Data Encryption Decryption is aimed to provide a security layer to data so that if the data is stolen in the case then the data receiver must not be able to see the data. We used two encryption layers which are AES and RSA layer. Any file like music, video, pdf or text file can be encrypted using this program. This is a prototype of the ASE proj…