Selasa, 06 Februari 2018

RSA Boy, A Simple Public Key Cryptography Application

Lately I'm making an app as part of my research on blockchain. I named this application as RSA Boy.

From my research, most of the blockchain application uses elliptical cryptography to create public key, private key, encrypt, decrypt and verify. But, in this application I use different approach. I use RSA algorithm.

RSA Boy has the ability to create private key, public key, encrypt, decrypt, sign and verify as well.

You can see how asymmetric cryptography works from the example I gave to the repository.

It's still very far to make it a full blockchain app. But to achieve a thousand steps must start from one step. Let's have fun by writing code.

You can contribute by pull request in the following repository https://github.com/nitzaalfinas/RSABoy


Cara Mengetahui Besar Database PostgreSQL Tanpa Mendownloadnya

Berikut adalah langkah-langkah untuk mengetahui ukuran semua database di instance PostgreSQL yang berjalan di dalam kontainer Docker: 1. Men...