Skip to content

Commit

Permalink
Updated
Browse files Browse the repository at this point in the history
  • Loading branch information
Grc Algoritmos committed Nov 28, 2021
1 parent a5df67b commit 4867714
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
get_content, get_sequence5, get_sequence6, get_string,
open_file)

# TO USE JSONCRYPT IMPORT Encrypt AND Decrypt from jsoncrypt
# FORMULAS TO USE ENCRYPT AND DECRYPT
# Encrypt.jsonfile(json_filename_to_encrypt)
# Encrypt.jsonstring(json_string_to_encrypt)
# Encrypt.dictionary(a_dictionary_to_encrypt)
# Decrypt.jsonfile(filename_encrypted)
# Decrypt.jsonstring(json_string_encrypted)
# Decrypt.dictionary(string_of_a_dictionary_encrypted)

class Encrypt:

def encryptjson(decrypted_string, password="", sha256=True):
Expand Down

0 comments on commit 4867714

Please sign in to comment.