mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
Moving encryption out of payload (for now)
This commit is contained in:
parent
e1eb02751a
commit
cbadaf70bf
@ -18,22 +18,5 @@ def unpackage(package):
|
||||
'''
|
||||
Unpackages a payload
|
||||
'''
|
||||
return = pickle.loads(package)
|
||||
return pickle.loads(package)
|
||||
|
||||
def aes(payload, key):
|
||||
'''
|
||||
Encrypt the payload with AES encryption.
|
||||
'''
|
||||
pass
|
||||
|
||||
def rsa_pub(payload, key):
|
||||
'''
|
||||
Encrypt the payload with an rsa public key
|
||||
'''
|
||||
pass
|
||||
|
||||
def rsa_priv(payload, key):
|
||||
'''
|
||||
Encrypt the payload with an rsa private key
|
||||
'''
|
||||
pass
|
||||
|
Loading…
Reference in New Issue
Block a user