Forum
>>
Programmazione Python
>>
Database
>>
nascondere password in script python
Pagina: 1
Esegui il login per scrivere una risposta.
Pagina: 1
Scritto da alex1986 |
2016-04-13 10:28:19 - nascondere password in script python
|
Ciao a tutti, all'interno di uno script ho stabilito una connessione al database inserendo nome del database, user e password. Come posso fare a nascondere la password se qualche malintenzionato volesse editare il codice del file .py e vederci ciò che sta dentro? Ho letto di base64 ma molti non lo ritengono affidabile..grazie a tutti
--- Ultima modifica di alex1986 in data 2016-04-13 10:28:39 --- |
|
Scritto da ㎝ |
2016-04-13 11:58:49 - Re: nascondere password in script python
|
Non puoi. Leggilo dall'esterno (input utente, variabile d'ambiente, file di configurazione, rfc2549, etc.)
㎝ THE 🍺-WARE LICENSE (Revision ㊷):
<㎝🐌🐍.🇮🇹> wrote this post. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a 🍺 in return. -- ㎝ |
|
Scritto da alex1986 |
2016-04-13 14:11:41 - Re: nascondere password in script python
|
Ciao! Grazie della risposta..potresti spiegarti meglio? Dovrei inserire la password in una risorsa esterna?Hai un esempio da mostrarmi? grazie
--- Ultima modifica di alex1986 in data 2016-04-13 14:11:54 --- |
|
Scritto da ㎝ |
2016-04-13 14:35:46 - Re: nascondere password in script python
|
THE 🍺-WARE LICENSE (Revision ㊷):
<㎝🐌🐍.🇮🇹> wrote this post. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a 🍺 in return. -- ㎝ |
Pagina: 1
Esegui il login per scrivere una risposta.