mirror of https://github.com/dapr/kit.git
* Implement Dapr crypto scheme v1 Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> * Added spec document Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> * Apply suggestions from code review Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com> * Specify that 256-bit keys are required for AES-KW Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> * Add AES-CBC for key wrapping Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> * Add option DecryptionKeyName + some tweaks Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> * Uppercase ciphers Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> * Export BufPool Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> * Update crypto/schemes/enc/v1/README.md Co-authored-by: Tiago Alves Macambira <tmacam@burocrata.org> Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com> * Make carryover not a pointer Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> * Moved package to root folder Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> * Removed dependency on jwk library in schemes Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> * Updated per review feedback Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> * Addressed review feedback Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> --------- Signed-off-by: ItalyPaleAle <43508+ItalyPaleAle@users.noreply.github.com> Signed-off-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com> Co-authored-by: Tiago Alves Macambira <tmacam@burocrata.org> |
||
---|---|---|
.. | ||
.gitattributes | ||
empty-message.enc | ||
large-file.enc | ||
multi-segment.enc | ||
one-full-segment.enc | ||
single-segment-no-key-name.enc | ||
single-segment.enc | ||
two-full-segments.enc |