https://github.com/simia-tech/epd-kotlin
Library to handle Encrypted Profile Documents
https://github.com/simia-tech/epd-kotlin
Last synced: 3 months ago
JSON representation
Library to handle Encrypted Profile Documents
- Host: GitHub
- URL: https://github.com/simia-tech/epd-kotlin
- Owner: simia-tech
- License: lgpl-3.0
- Created: 2013-01-17T13:08:42.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-28T14:55:14.000Z (about 11 years ago)
- Last Synced: 2025-01-04T02:48:38.592Z (5 months ago)
- Language: Kotlin
- Homepage:
- Size: 3.54 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Encrypted Profile Documents
The encrypted profile document (EPD) format acts as an encryption container of information that the author wants to
keep private or share with a defined set of other EPD authors. It enables the author to clearly separate private and
shared data and keep control about what information can be accessed by others. This is achieved by a combination of
symmetric and asymmetric encryption methods, which are chained together in the process of encrypting and decrypting
(locking and unlocking) an EPD. Each EPD contains, beside the payload data and some encryption overhead, also
information about the author and his signature, which enables a random reader to verify the authenticity of the EPD,
even if the content cannot be unlocked.This library can handle EPDs and is implemented in pure Javascript. It's compatible with the latest versions of Firefox
and Chrome.## Contribution
Any contribution is very welcome. If code is contributed, please make sure that tests are included.