Skip to content
/ pkes Public

Application, which provides public key encryption functionality

License

Notifications You must be signed in to change notification settings

pulitta/pkes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pkes

Application, which provides public key encryption functionality

Get dependencies

mix deps.get

Compile

mix compile

Test

mix test

Application start

iex -S mix

Usage

1. Connect to server: telnet 127.0.0.1 1234
2. Type some data
3. Waiting for encrypted data

Notes:
    - If you can't connect to server, see Pkes app config and error in Pkes app;
    - If after typing data you receive 'Connection closed by foreign host', see error in Pkes app.

About

Application, which provides public key encryption functionality

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published