from Hacker News

Show HN: Another Cryptokey Management Toolkit

by l1990790120 on 7/30/24, 4:32 AM with 0 comments

I work between platform and security teams and have frequently used Tink (https://developers.google.com/tink) to create crypto keys for data encryption. Over time, I noticed that many teams had to wrap Tink to add features like data pipeline integration, schema tagging, and service account-based access control.

I created Keyper, basically another version of tink but underneath it uses tfcdk directly so it's much easier to integrate with any/custom cloud provider and manage w/ additional cloud resources together. I really wanted to eventually add custom vault to this and make research level crypto keys creation/management super accessible: homomorphic keys, attribute-based etcencryption etc. etc.

Wanted to ask if ppl will find this to be potentially interesting/useful at all ?