Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shastick/castor
Log-file encryption and authentication utility experimenting with novel cryptographic schemes like Attribute Based Encryption (ABE) and Identity Based Authentication (IBA), along with more classic methods like AES and RSA. Castor serves as a syslog message processer and is able to handle any message respecting the syslog format, while adaptations to any other format are easy.
https://github.com/shastick/castor
Last synced: 1 day ago
JSON representation
Log-file encryption and authentication utility experimenting with novel cryptographic schemes like Attribute Based Encryption (ABE) and Identity Based Authentication (IBA), along with more classic methods like AES and RSA. Castor serves as a syslog message processer and is able to handle any message respecting the syslog format, while adaptations to any other format are easy.
- Host: GitHub
- URL: https://github.com/shastick/castor
- Owner: Shastick
- License: gpl-2.0
- Created: 2012-05-30T11:37:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-06-11T12:50:50.000Z (over 12 years ago)
- Last Synced: 2024-12-06T14:57:26.747Z (17 days ago)
- Language: Scala
- Size: 6.62 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: LICENSE
Awesome Lists containing this project
README
Welcome to Castor,
this project toys around with Identity Based Authentication and Ciphertext Based Attribute Encryption to encrypt and authenticate syslog messages.
You can easily build it with SBT. The only thing you have to take care of yourself is installing the PBC library and the java layer wrapping around, following these steps: http://gas.dia.unisa.it/projects/jpbc/docs/pbcwrapper.html
The CPABE part currently uses the implementation found here: https://github.com/wakemecn/cpabe/
A fork reflecting a few additions can be found here: https://github.com/Shastick/cpabeIt is contained in the castor repo' as a submodule, so make sure you update it too if you clone castor.
A compilation guide can be found here: http://shastick.github.com/castor/
Please don't hesitate to e-mail me any question you could have,
J.