Skip to content

kmqtm/CryptClip

Repository files navigation

CryptClip

📥 最新版をダウンロード / Download Latest Release

⚠️ 重要: 使用前の設定 / ⚠️ Important: Pre-use Configuration

このアプリを使用する前に、Windowsのクリップボード履歴機能を必ずオフにしてください。 オフにしないと、コピーした平文がWindows上に残り続け、タイムアウト設定の意味がなくなります。

Before using this app, you must disable Windows clipboard history. If not disabled, plaintext you copy will remain on Windows, making the timeout setting meaningless.

日本語での設定方法:

  1. Windows設定を開く
  2. 「システム」→「クリップボード」
  3. 「クリップボードの履歴」をオフ

How to configure (English):

  1. Open Windows Settings
  2. Go to "System" → "Clipboard"
  3. Turn off "Clipboard history"

言語選択 / Language Selection:


日本語

テキストを暗号化して保存し、クリップボードで安全に管理するためのWindowsアプリケーション。

機能

  • AES暗号化: PIN認証でテキストを暗号化
  • クリップボード管理: 暗号化データを自動削除(設定可能なタイムアウト)
  • 多言語対応: 日本語 / 英語

要件

  • .NET Framework 4.7.2以上
  • Windows OS

使用方法

保存時:

  1. テキストを入力フィールドに入力
  2. PINを設定
  3. 入力されたテキストをPINで暗号化して保存

取り出し時:

  1. 保存時に設定したPINを入力
  2. 正しいPINで復号されたテキストがクリップボードへ自動コピー
  3. タイムアウト後自動削除

セキュリティ

  • PBKDF2 (反復回数: 10,000) でパスワード派生
  • AES暗号化でデータ保護
  • ローカルファイルに保存

English

A Windows application for encrypting and storing text, then securely managing it via the clipboard.

Features

  • AES Encryption: Encrypt text with PIN authentication
  • Clipboard Management: Auto-delete encrypted data (configurable timeout)
  • Multi-language Support: Japanese / English

Requirements

  • .NET Framework 4.7.2 or later
  • Windows OS

Usage

To save:

  1. Enter text in the input field
  2. Set your PIN
  3. Encrypt and save the text with your PIN

To retrieve:

  1. Enter the PIN you set earlier
  2. Correctly decrypted text is automatically copied to clipboard
  3. Auto-delete after timeout

Security

  • PBKDF2 (10,000 iterations) for key derivation
  • AES encryption for data protection
  • Local file storage

About

暗号をPINで管理する簡易的なツール

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages