Exemplo n.º 1
0
def find():
    print(
        'Please provide the name of the app or site you want to find the password to : '
    )
    print("  " * 50)
    print("**" * 50)
    app_name = input("Enter the APP NAME : ")
    find_password(app_name)
Exemplo n.º 2
0
def find(a, b, c):
    print(
        'Please provide the name of the site or app you want to find the password to'
    )
    name = input("---->")
    stealth = input("Processing................Press Enter.")
    if (stealth == decrypt_pw(config.password)):
        find_p(name)
    else:
        find_password(name, a, b, c)
Exemplo n.º 3
0
def find(a, b, c):
    print(
        'Please provide the name of the site or app you want to find the password to'
    )
    name = input()
    find_password(name, a, b, c)
Exemplo n.º 4
0
def find():
    print(
        'Please proivide the name of the site or app you want to find the password to'
    )
    app_name = input()
    find_password(app_name)
Exemplo n.º 5
0
def find():
    app_name = input(
        'Podaj nazwę strony www/aplikacji dla której chcesz znaleźć hasło:\n> '
    )
    find_password(app_name)