GithubHelp home page GithubHelp logo

ssl_v11's Introduction

Artist, [email protected] have told you:
--------------------------------------

1) create privkey.pem
	openssl genrsa -out privkey.pem 2048

2) create cacert.pem 
	openssl req -new -x509 -key privkey.pem -out cacert.pem -days 1095

3) EXEC:
	./ssl_srv -p 7838 -r privkey.pem -c cacert.pem
	./ssl_cli 127.0.0.1 7838

4) TEST:
cli) nid:80002ac711
cli) nid:80002ac711;ans:yes;nonce:197869619
$ ./mymd5 passwd + 197869619
$ 7dfea216fabdb7343df902b68e14617b
cli) nid:80002ac711;digest:7dfea216fabdb7343df902b68e14617b;mac:14FEB5EF2E8D
cli) nid:80002ac711;auth:yes;hmac:a06e447b3ddf9c4d5e3196b6713482ca127feccc9bccd4a2ffe054c2aaf

ssl_v11's People

Watchers

James Cloos avatar 五柳狂歌 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.