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
- evm
- Interface
- SSR
- HTML
- CLASS
- CSS
- web
- middleware
- graphQL
- 삶
- Redux
- express.js
- built in object
- typeScript
- useState
- Ethereum
- Props
- REACT
- solidity
- node.js
- error
- tailwindcss
- blockchain
- JavaScript
- concept
- hardhat
- API
- bitcoin
- nextJS
- 기준
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