Skip to content

Commit 4867714

Browse files
author
Grc Algoritmos
committed
Updated
1 parent a5df67b commit 4867714

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

__init__.py

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,15 @@
66
get_content, get_sequence5, get_sequence6, get_string,
77
open_file)
88

9+
# TO USE JSONCRYPT IMPORT Encrypt AND Decrypt from jsoncrypt
10+
# FORMULAS TO USE ENCRYPT AND DECRYPT
11+
# Encrypt.jsonfile(json_filename_to_encrypt)
12+
# Encrypt.jsonstring(json_string_to_encrypt)
13+
# Encrypt.dictionary(a_dictionary_to_encrypt)
14+
# Decrypt.jsonfile(filename_encrypted)
15+
# Decrypt.jsonstring(json_string_encrypted)
16+
# Decrypt.dictionary(string_of_a_dictionary_encrypted)
17+
918
class Encrypt:
1019

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

0 commit comments

Comments
 (0)