T
T
The-TS2021-08-06 17:17:19
Python
The-TS, 2021-08-06 17:17:19

How to hide the contents of a variable?

Hey!

I have a Python code in which (For a VERY important) reason there are important passwords, without them, well, nothing at all.
And now I'm wondering if it is possible to hide the contents of these variables so that it would be impossible to recognize them ?

Thank you!

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
alternativshik, 2021-08-06
@Pyhon3x

If these are passwords from some, say, service, then you can make a gasket on your side, which will receive a request from the software, make a request with passwords and give the answer back.
If these passwords should be with the software, then no. You can complicate their search a little, but to make it impossible is impossible.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question