You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
encproc is a homomorphic encryption library wrapper built in Go, currently utilizing the Lattigo and OpenFHE libraries. It leverages homomorphic encryption (currently using the BGV/BFV schemes) to securely process encrypted data streams .
A command-line tool written in Go to corrupt files on a public server, making them unusable after use. This acts as a shredder to prevent data theft by overwriting file contents with random data. Use with caution—this is a destructive tool!
sconfig is a package to manage config-files which have to include password-Information. These passwords are automatically encrypted in the file, but transferred unencrypted to the application. A version for go with .json and for PHP with .env-files is provided.