Skip to content

fatih/snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Snippets and various code examples. Usage of the examples can be found inside the code. For questions, improvements, etc. send please a pull request or e-mail me.

c

evp_encrypt_decrypt.c

An OpenSSL EVP example that uses DES as encryption algorithm

hybrid_data.c, hybrid_file.c

An OpenSSL example that uses RSA for key encapsulation and DES for data encapsulation (Hybrid cryptosystem). The two files are identical, however one uses a buffer as input data the other one uses a file as input data.

python

device_twisted.py

A load test tool written with python-twisted. It's a simple example that shows how to make multiple connections and sending data periodically.

About

Snippets, code examples, etc..

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published