https://github.com/kiprotect/blueprints
A repository of free, easy-to-use privacy & security blueprints to be used with the KIProtect CLI tool.
https://github.com/kiprotect/blueprints
Last synced: 4 months ago
JSON representation
A repository of free, easy-to-use privacy & security blueprints to be used with the KIProtect CLI tool.
- Host: GitHub
- URL: https://github.com/kiprotect/blueprints
- Owner: kiprotect
- License: cc0-1.0
- Created: 2020-07-20T11:59:03.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T10:45:08.000Z (over 5 years ago)
- Last Synced: 2025-06-26T06:38:09.178Z (12 months ago)
- Size: 8.79 KB
- Stars: 4
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome To KIProtect Blueprints
This is a repository of open, freely usable privacy & security blueprints
for Kodex, our privacy and security engineering tool. A blueprint is a
configuration file (or a collection of files)
that specifies how Kodex should transform or analyze data for a given
use case. Blueprints enable you to quickly implement proven solutions to
common privacy and security challenges, e.g. for pseudonymization or
anonymization.
## Installing
The easiest way to use these blueprints is via the Kodex command line
utility (CLI), which you can find
[here](https://github.com/kiprotect/kodex). Once you have it installed
you can download and install the blueprints in this repository using a single
command:
kodex blueprints download
Then you can simply run them with the CLI tool. For example, to run the
data-types example from the pseudonymization blueprints, simply execute
kodex run pseudonymization/examples/data-types/pseudonymize
If you want to learn more about all this, please check out our
[documentation](https://kiprotect.com/docs).
## License
All blueprints in this repository are licensed under a Creative Commons Zero
(CC0) license, which basically means you can freely use them in whichevery way
you like. Have a look at the [license text](LICENSE) to know the details.
## Contributing
Please feel free to contribute useful blueprints! To do that, just open
a pull-request and we will check it out right away.
## Questions, Issues?
If you have issues or suggestions, simple open an [issue](issues) in the
issue tracker. Or you can [write us an e-mail](mailto:blueprints@kiprotect.com).