imgcrypt
imgcrypt copied to clipboard
OCI Image Encryption Package
(This is a very quick attempt at "what this will look like") This repository provides both command-line utilities, and a module for external consumers. Currently, both are part of the...
I run the script below on Jetson AGX jetpack 4.4.1 (R32 (release), REVISION: 4.4, GCID: 23942405, BOARD: t186ref, EABI: aarch64, DATE: Fri Oct 16 19:37:08 UTC 2020) ``` #!/usr/bin/env bash...
This PR fixes issue #89 by implementing support for `--skip-decrypt-auth` in the `ctr-enc import` command. It also syncs the import command with the upstream `ctr import` command and adds support...
Synchronize enc-ctr with upstream ctr from containerd v1.7.3 and use containerd v1.7.3 in dependency
- github.com/containerd/containerd/{containers,images,...} -> github.com/containerd/containerd/v2/core/{containers,images,...} - github.com/containerd/containerd/{errdefs,logs,platforms} -> github.com/containerd/{errdefs,logs,platforms} - github.com/containerd/typeurl -> github.com/containerd/typeurl/v2 - github.com/urfave/cli -> github.com/urfave/cli/v2 (See containerd/containerd#9809)
arsh@meAI:~$ go version go version go1.21.9 linux/amd64 arsh@meAI:~$ cd imgcrypt/ arsh@meAI:~/imgcrypt$ make cd cmd && go build -o ../bin/ctd-decoder -v ./ctd-decoder/ go: updates to go.mod needed; to update it: go...
As it is the case for most, if not all, security solution, managing the key is crucial. Looking at his solution I see that the running / deployment infrastructure needs...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.40.0 to 0.45.0. Commits 4e0068c go.mod: update golang.org/x dependencies e79546e ssh: curb GSSAPI DoS risk by limiting number of specified OIDs f91f7a7 ssh/agent: prevent panic on malformed...