How to generate an encrypted key with Pabby?

Status: Closed · Asked by Jeffrey Yu on · 0 views

JeffreyYu — Question ·

Trying to use Pabbly to encrypt/hash some query parameters. E.g. change

APPLE123

To something like

Sjch68:&$hdnc870

In particular, I want to generate a randomized key per unique request.

Is there a built in action step for this? Or should I use Python’s Code step?

JeffreyYu — Reply ·

That is, is importing the secrets module in python the best way to do this?

JeffreyYu — Reply ·

Oh I didn’t know this action step existed! Thank you!

JeffreyYu — Reply ·

Wow this is actually perfect for this use case, thank you!

Back to all forum threads · Log in to reply