How to generate an encrypted key with Pabby?
Status: Closed · Asked by Jeffrey Yu on · 0 views
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?
That is, is importing the secrets module in python the best way to do this?
Hi @JeffreyYu,
You can try using Data Transformer to achieve your use case.
Oh I didn’t know this action step existed! Thank you!
Wow this is actually perfect for this use case, thank you!