Metadata-Version: 2.1
Name: gsk-geo-encryption
Version: 1.0
Summary: Geological Password Encryption
Home-page: UNKNOWN
Author: G S SRENATH KUMAR
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# Note: Internet is mandatory for getting your current location

## Project Description

This program is to create a encryption password with a given Key and can get access when both the encryption  is at same location as 
   the password is created with the latitude and longitude
----------------------------------------------------------------
# Change the ipinfo API Token (if needed):

Code:
     <p>gsk_geo_encryption.TOKEN="API_TOKEN"</p>
----------------------------------------------------------------
## Getting the encrypted_password and timer with a class:


Code:
<p>object1=gsk_geo_encryption.Keys()<p>
password,seconds=object1.password_encrypted()

----------------------------------------------------------------
Classes: 
        <p> Keys
----------------------------------------------------------------
Inbuilt Functions(Unchangable):
<p>
                  geo_lat_long_convertor()
<p>
                  encryption()
<p></p>
----------------------------------------------------------------
<p>
Usable Functions(Changable):<p>
                            password_encrypter
<p>

---------------------------------------------------------------
Exceptions:
<p>
           ConnectionError




