250x250
Notice
Recent Posts
Recent Comments
Link
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | 31 |
Tags
- CSS
- error
- concept
- middleware
- tailwindcss
- solidity
- 삶
- web
- Redux
- Props
- API
- 기준
- express.js
- evm
- nextJS
- blockchain
- hardhat
- HTML
- node.js
- built in object
- REACT
- Ethereum
- CLASS
- typeScript
- graphQL
- Interface
- bitcoin
- JavaScript
- useState
- SSR
Archives
- Today
- Total
목록Hash Encryption (1)
ReasonJun
Bitcoin : Cryptographic systems (RSA / ElGamal Encryption / Hash Encryption)
RSA (Rivest–Shamir–Adleman): RSA is a widely used public-key cryptosystem for encryption and digital signatures. It relies on the mathematical properties of large prime numbers. Here's a simplified explanation of how RSA works: Key Generation: Choose two large prime numbers, p and q. Compute their product, n = p * q. Calculate φ(n) = (p - 1) * (q - 1), where φ is Euler's totient function. Select..
Blockchain/Bitcoin
2023. 9. 17. 00:14