📝 Memo Relay
안전한 일회성 메모 공유 서비스
왜 만들었나요?
VM으로 격리된 컴퓨터에 비밀번호나 API 키 같은 민감한 정보를 전달하고 싶었습니다. 클립보드 공유도 안 되고, 이메일로 보내자니 찝찝하고... 그래서 읽으면 바로 삭제되는 암호화된 메모 공유 서비스를 만들었습니다.
저 같은 필요를 가진 분들이 분명 있을 거라 생각합니다. 🙂
사용 방법
- 📝 메모 영역에 공유할 내용을 작성합니다
- 💾 저장 버튼(디스크 아이콘)으로 로컬에 임시 저장됩니다
- 🔗 공유 버튼을 누르면 암호화된 링크가 생성되고 클립보드에 복사됩니다
- 📨 링크를 상대방에게 전달합니다
- 🔥 상대방이 링크를 열면 메모 확인 후 서버에서 자동 삭제!
주요 기능
- 🔐 종단간 암호화(E2E) - 서버도 내용을 읽을 수 없습니다
- 🔥 일회성 공유 - 읽으면 자동으로 삭제됩니다
- ⏰ 자동 만료 - 시간이 지나면 자동 삭제
- 🎨 테마 지원 - Classic, Plain, Dark 테마 선택 가능
- ⚙️ 링크 커스텀 - ID 길이, 암호 길이, 문자 종류 조절 가능
활용 사례
- 🖥️ VM/격리된 환경으로 비밀번호 전달
- 🤖 OpenClaw 같은 AI 어시스턴트에 민감한 정보 전달
- 🔑 일회용 API 키, 토큰 공유
- 📱 PC ↔ 모바일 간 민감한 정보 이동
오픈소스
이 프로젝트는 오픈소스입니다.
🐙 GitHub에서 소스코드 보기
📝 Memo Relay
Secure, One-Time Memo Sharing Service
Why I Built This
I needed to transfer sensitive information like passwords and API keys to VMs or isolated environments. Clipboard sharing doesn't work, and email feels insecure... So I built an encrypted memo service that self-destructs after reading.
I'm sure there are others with the same need. 🙂
How to Use
- 📝 Write your content in the memo area
- 💾 Click the save button (disk icon) to save locally
- 🔗 Click share to generate an encrypted link (copied to clipboard)
- 📨 Send the link to the recipient
- 🔥 Once they open it, the memo is shown and auto-deleted from server!
Key Features
- 🔐 End-to-End Encryption - Server cannot read your content
- 🔥 One-Time Share - Auto-deletes after reading
- ⏰ Auto-Expiry - Deletes after timeout
- 🎨 Themes - Classic, Plain, Dark themes available
- ⚙️ Customizable Links - Adjust ID length, key length, character types
Use Cases
- 🖥️ Transfer passwords to VMs/isolated environments
- 🤖 Share sensitive info with AI assistants like OpenClaw
- 🔑 Share one-time API keys and tokens
- 📱 Move sensitive data between PC and mobile
Open Source
This project is open source.
🐙 View source code on GitHub