fork download
  1. from os import getenv
  2. # import win32crypt
  3.  
  4. # Connect to the Database
  5.  
  6. # password = win32crypt.CryptUnprotectData('123', None, None, None, 0)[1]
  7.  
  8. print ('123')
Success #stdin #stdout 0.04s 9660KB
stdin
Standard input is empty
stdout
123