mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
22 lines
289 B
Python
22 lines
289 B
Python
|
|
from not_found import get_passwd, account_id
|
|
|
|
def get_password():
|
|
pass
|
|
|
|
def get_secret():
|
|
pass
|
|
|
|
def fetch_certificate():
|
|
pass
|
|
|
|
def encrypt_password(pwd):
|
|
pass
|
|
|
|
get_password()
|
|
get_passwd()
|
|
get_secret()
|
|
fetch_certificate()
|
|
account_id()
|
|
safe_to_store = encrypt_password(pwd)
|