Skip to content

message encryption #14

Description

@jiin-kim109

Description:

Reference:
https://docs.google.com/presentation/d/1Qct7UxwvBhyKCxd5ea97v5wHBfEuC2JSLGO9t8aCb8Y/edit?usp=sharing

PyCrypto
https://secretpack.tistory.com/109

Add message encryption module.

Acceptance Criteria:
`
def init(self):
pass

def encrypt(private_key):
    pass

def decrypt(public_key):
    pass

def generate_key():
    pass

def generate_public_key(private_key):
    pass

`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions