aws-samples / aws-samples/field-level-encryption-sample

Phone number needs to be decoded in fle_decrypt_data.py

Open Beginner friendly
#1 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
13
Forks
5
PR merge metrics
No merged PRs in 30d

Description

Hi, the sample to decrypt will not work as once decrypted the PhoneDecrypted is in bytes. We need to use PhoneDecrypted.decode() to convert it in a string and properly display it

Contributor guide

Open the contributing guide

Research direction

Open fle_decrypt_data.py and inspect how PhoneDecrypted is displayed after decryption. Run the sample to reproduce the bytes output, then verify that the phone number is displayed as text rather than bytes.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
security
Issue type
Bug
Difficulty
1/5
Estimated time
Under an hour
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.