An open API service indexing awesome lists of open source software.

https://github.com/rahmatagungj/toke-dev

This for Development TOKE SYSTEM
https://github.com/rahmatagungj/toke-dev

cryptography encryption

Last synced: 9 days ago
JSON representation

This for Development TOKE SYSTEM

Awesome Lists containing this project

README

          

!["Two Original Key Encryption"](./Documentation/LOGO%20PANJANG%20WITH%20BG.png "Two Original Key Encryption")


made-with-python

# TOKE DEVELOPMENT
This is the environment for developing the TOKE system, make sure everything is done according to development procedures and targets.

TOKE only uses EEL modules that have been specially made and modified, it is prohibited to develop using the standard version of EEL.

# INSTALLATION
### Setup for the TOKE

pip install -r requirements.txt

### Setup for the EEL
1. Open EEL Folder

CD EEL

2. Install EEL System

python setup.py install

# BEFORE BUILD
1. Run python script in 'Test' folder and make sure all functions have been checked in ok condition

# BUILD
1. Run command prompt and navigate to the application folder
2. Open the Configuration folde and Use the command line on the TOKE_64bit file (for 64bit) / TOKE_34bit (for 32bit)
3. Start Build
4. Make sure the program can run normally
5. Push into Github [TOKE](https://github.com/rahmatagungj/toke)

Note : Make sure the directory location of the 'main.py' file and the ICON file are set.

## Notes
1. The TOKE application can only run on the windows platform.