Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft Exam AZ-400 Topic 4 Question 118 Discussion

Actual exam question for Microsoft's AZ-400 exam
Question #: 118
Topic #: 4
[All AZ-400 Questions]

You have a GitHub repository that uses GitHub Actions and stores access keys by using GitHub encrypted secrets.

You plan to update the secrets by using the GitHub REST API.

You need to wrap the secrets before adding them to a REST-based call.

Which encryption library should you are that you use?

Show Suggested Answer Hide Answer
Suggested Answer: B

Contribute your Thoughts:

Denny
22 hours ago
I'm not sure about libsodium, I think hashlib might be a better option.
upvoted 0 times
...
Junita
2 days ago
I agree with Lura, libsodium is a good choice for encryption.
upvoted 0 times
...
Lavera
3 days ago
Hmm, hashlib is for hashing, not encryption. Definitely not the right choice.
upvoted 0 times
...
Luis
7 days ago
BouncyCastle is a good option too, but it might be overkill for this simple use case.
upvoted 0 times
...
Herminia
13 days ago
I think libsodium is the way to go here. It's a well-known and secure library for handling encryption tasks.
upvoted 0 times
...
Lura
16 days ago
I think we should use libsodium for encryption.
upvoted 0 times
...

Save Cancel