Skip to content

Instantly share code, notes, and snippets.

View ratthapon's full-sized avatar

Rattaphon Hokking ratthapon

  • King Mongkut's Institute of Technology Ladkrabang
  • Thailand
View GitHub Profile
When
[Case
(Deposit
(Role "party1")
(Role "party1")
(Token "" "")
(Constant 500)
)
(When
[Case
{
"name": "Example Pool",
"description": "Cardano stakepool example",
"ticker": "ARMII",
"homepage": "https://github.com/ratthapon"
}
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ratthapon
ratthapon / ca.md
Created July 9, 2020 06:27 — forked from soarez/ca.md
How to setup your own CA with OpenSSL

How to setup your own CA with OpenSSL

For educational reasons I've decided to create my own CA. Here is what I learned.

First things first

Lets get some context first.

@ratthapon
ratthapon / encrypt_openssl.md
Created July 7, 2020 09:27 — forked from dreikanter/encrypt_openssl.md
File encryption using OpenSSL

Symmetic encryption

For symmetic encryption, you can use the following:

To encrypt:

openssl aes-256-cbc -salt -a -e -in plaintext.txt -out encrypted.txt

To decrypt:

@ratthapon
ratthapon / package.json
Created August 28, 2018 09:51
Free code camp practice
{
"author": "Rattaphon Hokking"
}