Skip to content

Commit

Permalink
encryption whiteboard
Browse files Browse the repository at this point in the history
  • Loading branch information
johnthebrit committed Jan 31, 2023
1 parent a9b3686 commit 24bb09e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Encryption/aes.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ P6
1600 1600
255#>
#HexEdit to remove these lines

openssl enc -aes-128-ecb -nosalt -pass pass:"onboardtoazure" -in body.ppm -out body.aes
openssl enc -aes-128-cbc -nosalt -pass pass:"onboardtoazure" -in body.ppm -out body.aescbc

#HexEdit to add back in the 3 lines at the start
Binary file added Whiteboards/HowEncryptionWorks.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 24bb09e

Please sign in to comment.