📅 You're Invited: Meet the Socket team at RSAC (April 28 – May 1).RSVP
Socket
Sign inDemoInstall
Socket

gsk-geo-encryption

Package Overview
Dependencies
Maintainers
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gsk-geo-encryption

Geological Password Encryption

1.0
PyPI
Maintainers
2

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:

gsk_geo_encryption.TOKEN="API_TOKEN"

Getting the encrypted_password and timer with a class:

Code:

object1=gsk_geo_encryption.Keys()

password,seconds=object1.password_encrypted()

Classes:

Keys

Inbuilt Functions(Unchangable):

geo_lat_long_convertor()

encryption()

----------------------------------------------------------------

Usable Functions(Changable):

password_encrypter

Exceptions:

ConnectionError

FAQs

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts