Skip to content

Commit

Permalink
Merge pull request #107 from JaimePolop/patch-8
Browse files Browse the repository at this point in the history
Update aws-kms-post-exploitation.md
  • Loading branch information
carlospolop authored Nov 17, 2024
2 parents 875c91c + e4fa1f1 commit 381924e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,12 @@ For more information check:

### Encrypt/Decrypt information

```fileb://``` and ```file://``` are URI schemes used in AWS CLI commands to specify the path to local files:
- ```fileb://:``` Reads the file in binary mode, commonly used for non-text files.
- ```file://:``` Reads the file in text mode, typically used for plain text files, scripts, or JSON that doesn't have special encoding requirements.

{% hint style="success" %}
Note that if you want to decrypt some data inside a file, the file must contain the binary data, not base64 encoded data.
Note that if you want to decrypt some data inside a file, the file must contain the binary data, not base64 encoded data. (fileb://)
{% endhint %}

* Using a **symmetric** key
Expand Down

0 comments on commit 381924e

Please sign in to comment.