Skip to content

Commit f1fb0f0

Browse files
committed
docs: README.md 내용 개선 및 형식 수정
- README.md에서 주요 기능 및 다운로드 정보의 형식을 개선하여 가독성 향상 - 불필요한 줄 제거 및 텍스트 강조를 위한 마크업 수정 - 사용자 경험을 고려한 문서 내용 정리
1 parent a746bac commit f1fb0f0

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<div align="center">
44
<img src="assets/icons/RiSA.png" alt="RiSA Logo" width="120" height="120">
55

6-
**민감한 데이터를 로컬에서 안전하게 암호화하는 오픈소스 데스크톱 앱**
6+
**민감한 데이터를 로컬에서 안전하게 암호화하는 오픈소스 데스크톱 앱**
7+
8+
[![GitHub release](https://img.shields.io/github/v/release/0-ROK/RiSA)](https://github.com/0-ROK/RiSA/releases)
9+
[![GitHub downloads](https://img.shields.io/github/downloads/0-ROK/RiSA/total)](https://github.com/0-ROK/RiSA/releases)
10+
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
711

8-
[![GitHub release](https://img.shields.io/github/v/release/0-ROK/RiSA)](https://github.com/0-ROK/RiSA/releases)
9-
[![GitHub downloads](https://img.shields.io/github/downloads/0-ROK/RiSA/total)](https://github.com/0-ROK/RiSA/releases)
10-
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
11-
[![Build Status](https://img.shields.io/github/actions/workflow/status/0-ROK/RiSA/release.yml?branch=main)](https://github.com/0-ROK/RiSA/actions)
1212
</div>
1313

1414
---
@@ -31,28 +31,32 @@
3131

3232
가장 쉽고 안전한 다운로드 방법입니다. 운영체제를 자동으로 감지하여 최적의 설치 파일을 제공합니다.
3333

34-
*최신 릴리즈는 [GitHub Releases](https://github.com/0-ROK/RiSA/releases/latest)에서도 확인할 수 있습니다.*
34+
_최신 릴리즈는 [GitHub Releases](https://github.com/0-ROK/RiSA/releases/latest)에서도 확인할 수 있습니다._
3535

3636
---
3737

3838
## ✨ 주요 기능
3939

4040
### 🔒 **강력한 RSA 암호화**
41+
4142
- RSA-OAEP (권장) 및 RSA-PKCS1 알고리즘 지원
4243
- 1024, 2048, 4096 비트 키 크기 선택 가능
4344
- 안전한 키 생성, 관리, 가져오기/내보내기
4445

4546
### 🔗 **Chain Builder (연속 작업)**
47+
4648
- 여러 작업을 순차적으로 연결하여 실행
4749
- URL 인코딩/디코딩, Base64 인코딩/디코딩
4850
- RSA 암호화/복호화를 포함한 복합 워크플로우
4951

5052
### 🌐 **HTTP Parser (URL 템플릿)**
53+
5154
- URL 템플릿을 활용한 파싱 및 생성
5255
- 경로 파라미터와 쿼리 파라미터 추출
5356
- 재사용 가능한 템플릿 시스템
5457

5558
### 🎨 **직관적인 사용자 경험**
59+
5660
- 깔끔한 사이드바 네비게이션
5761
- 실시간 검증 및 피드백
5862
- 작업 히스토리 자동 저장
@@ -113,7 +117,6 @@ RiSA는 자동 업데이트를 지원합니다:
113117

114118
---
115119

116-
117120
## 📄 라이선스
118121

119122
이 프로젝트는 [MIT 라이선스](LICENSE) 하에 배포됩니다.

0 commit comments

Comments
 (0)