data-seal
data-seal copied to clipboard
Data Seal is a lightweight, UELMA-compliant data authentication service.
Are there any live implementations you can point to? There's some interest in integrating this with CKAN.
Would be nice to allow for an easy export of the metadata associated with the file, so that a user could authenticate a file locally, without the need to come...
I struggled all weekend to get this up and running, but still can't get the keygen step to run without error. Here's a summary of what I've done, based on...
Using node and browserify, it is possible to use the `crypto` module in the browser--at least for sha-256. This means that client-side checksums can be a thing. Which could be...
Check to see whether the hash/signature is already included in the database. This is important to avoid cluttering the server with extra documents (esp. with bulk uploads).
Would be neat to build a little JS widget that someone could add to their website.
instructions and assistance are almost nonexistant; still need a homepage.
shouldn't leave `DEBUG` and `TEMPLATE_DEBUG` on in production. should note these settings in `local_settings.py` and add some more to docs about that
by default, the website uses a development-ready sqlite database on a "real" server, we'd want PostgreSQL or MySQL, since otherwise the site can be DoS'd (since sqlite3 isn't made for...
- update `Docker` to remove haveged from server deploys (OR to remove it after `gpginit` is done - document that having system entropy is only necessary for `gpginit` key generation...