Skip to content

TheCodeDevLab/TheCode_Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TheCode Python

This is the repo of TheCode project!

It's a Python project the build an application for the project TheCode.

TheCode, it's a personal project to generate passwords with a secret key & the website name.

In short, you need to remember a simple key and by using the same simple key in addition to the website name you have a very secured password.

You have secured & different passwords for all your accounts by remembering only one key.

A website is available at address: thecode.julsql.fr

A mobile app is at: play.google.com/store/apps/details?id=fr.juliette.thecode

Table of Contents

Information

TheCode uses the secret key + the website name and hash it with sha256.
With the hex data generate by the hash, it converts it in a new base with the characters selected (lower alphabet, UPPER alphabet, numbers…)

App Structure

Installation

You need to have python3 and pip installed on your machine

  1. Clone git repository

    git clone git@github.com:TheCodeDevLab/TheCode_Python.git
  2. Configure the python virtual environment

    pip install virtualenv
    cd TheCode_Python
    python3 -m venv env
    source env/bin/activate
  3. Install the libraries

    pip install -r requirements.txt
  4. Launch the app

    ./main.py
  5. To leave the virtual environment

    deactivate

Authors

  • Jul SQL

About

TheCode python app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages