Skip to content

Commit

Permalink
Update database/build_executable.go
Browse files Browse the repository at this point in the history
Co-authored-by: dave vader <48764154+plyr4@users.noreply.github.com>
  • Loading branch information
ecrupper and plyr4 authored Aug 21, 2023
1 parent b96deb9 commit 20db90d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions database/build_executable.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,10 +86,10 @@ func (b *BuildExecutable) Decrypt(key string) error {
return nil
}

// Encrypt will manipulate the existing repo hash by
// Encrypt will manipulate the existing build executable by
// creating a AES-256 cipher block from the encryption
// key in order to encrypt the repo hash. Then, the
// repo hash is base64 encoded for transport across
// key in order to encrypt the build executable. Then, the
// build executable is base64 encoded for transport across
// network boundaries.
func (b *BuildExecutable) Encrypt(key string) error {
// encrypt the executable data
Expand Down

0 comments on commit 20db90d

Please sign in to comment.