プライバシーPrivacy

メモアプリのプライバシー比較
暗号化・データ所有権を徹底検証
Memo App Privacy Comparison
Encryption and Data Ownership Analyzed

メモには仕事の機密情報、個人的な思考、パスワードのメモ、将来の計画が含まれます。そのデータを「誰が読めるか」を知っていますか? メモアプリのヘビーユーザーとして感じるのは、便利さに目を奪われてプライバシー設計を確認せずにアプリを選んでしまう人が非常に多いということです。SimpleMemoの設計では「サーバーにメモデータを保持しない」という原則を最初から貫いており、これはユーザーのプライバシーを守る最もシンプルな方法だと考えています。 Apple Notes、Google Keep、Evernote、Standard Notes、Captio式シンプルメモの暗号化方式とプライバシー設計を徹底比較します。Your notes contain work secrets, personal thoughts, password references, and future plans. Do you know who can read that data? We compare encryption methods and privacy designs of Apple Notes, Google Keep, Evernote, Standard Notes, and Simple Memo.

TL;DR

メモアプリのプライバシーを徹底比較。Apple Notes、Google Keep、Evernote、Standard Notes、Captio式シンプルメモの暗号化方式、データ所有権、ゼロナレッジ設計、GDPR対応を解説。

Compare encryption, data ownership, and privacy policies of Apple Notes, Google Keep, Evernote, Standard Notes, and Simple Memo.

開発者としてSimpleMemoのプライバシー設計に取り組む中で、「サーバーにメモを一切保存しない」というアーキテクチャを選んだのは、既存アプリのプライバシーポリシーを読み込んだ末の判断でした。実際に各社の暗号化方式とデータ保持ポリシーを比較検証した経験から、この記事では見落とされがちなポイントも含めて解説します。

プライバシー比較表Privacy Comparison Table

アプリ暗号化方式サーバー保存AI解析オープンソースGDPR
Standard NotesE2E暗号化(標準)暗号化済みなしはい(監査済み)対応
Obsidianローカル保存なし(同期は任意)なしコアは非公開対応
Apple Notesロック時のみE2EiCloud保存Apple Intelligence非公開対応
Captio式シンプルメモAES-GCM(Outbox)非保存(送信のみ)なし非公開対応
Google Keepサーバー側AES-256Google Cloudあり(広告関連)非公開対応
Evernoteサーバー側暗号化Evernoteサーバーあり(検索強化)非公開対応
Notionサーバー側AES-256AWSあり(Notion AI)非公開対応
AppEncryptionServer StorageAI AnalysisOpen SourceGDPR
Standard NotesE2E (default)EncryptedNoneYes (audited)Yes
ObsidianLocal storageNone (sync optional)NoneCore is closedYes
Apple NotesE2E for locked onlyiCloudApple IntelligenceClosedYes
Simple MemoAES-GCM (Outbox)No storage (send only)NoneClosedYes
Google KeepServer-side AES-256Google CloudYes (ad-related)ClosedYes
EvernoteServer-sideEvernote serversYes (search enhance)ClosedYes
NotionServer-side AES-256AWSYes (Notion AI)ClosedYes

E2E暗号化 vs サーバー側暗号化の違いE2E Encryption vs Server-Side Encryption

E2E(エンドツーエンド)暗号化最強

データが端末上で暗号化され、サーバーには暗号化された状態でのみ保存されます。サーバー運営者を含め、あなた以外の誰もデータを読めません

Standard Notesはこの方式を標準で採用。Apple Notesは「ロック」されたメモのみE2E暗号化(それ以外はサーバー側暗号化)。

利点:最高のプライバシー保護制約:パスワードを忘れるとデータ復元不可
サーバー側暗号化標準

データはサーバーに保存される際に暗号化されますが、サーバー運営者はデータを復号できます。つまり、Google KeepやNotionの場合、Google/Notionの社員が理論上あなたのメモを読める状態です。

法執行機関の要請があれば、データの提供も可能です。また、AI機能を使う場合、メモの内容がAIモデルの学習や処理に使用される可能性があります。

利点:パスワードリセット可能制約:運営者がデータにアクセス可能
「非保存」方式(Captio式)独自

Captio式シンプルメモは独自のアプローチを取っています。メモはCloudflare Workers + Resend API経由でメール送信のみ行い、サーバーにメモ内容を一切保存しません。

送信後のメモのプライバシーは、あなたが使っているメールサービス(Gmail、Outlook、ProtonMailなど)のセキュリティに依存します。最大限のプライバシーを求めるなら、ProtonMailとの組み合わせがおすすめです。

オフライン時のOutboxはデバイス上にAES-GCM暗号化で保存され、オンライン復帰時に自動送信後に削除されます。

利点:サーバーにデータが残らない制約:メールのセキュリティに依存
E2E (End-to-End) EncryptionStrongest

Data is encrypted on your device and stored on servers only in encrypted form. No one except you can read the data, including the server operator.

Standard Notes uses this by default. Apple Notes only uses E2E for "locked" notes (others use server-side encryption).

Pro: Maximum privacy protectionCon: Lose password = lose data forever
Server-Side EncryptionStandard

Data is encrypted when stored on servers, but the server operator can decrypt it. For Google Keep or Notion, employees could theoretically read your notes.

Data can be provided to law enforcement on request. AI features may also process your note content for model training or analysis.

Pro: Password reset possibleCon: Operator can access data
"No Storage" Approach (Captio-style)Unique

Simple Memo takes a unique approach. Memos are only sent as email via Cloudflare Workers + Resend API. No memo content is stored on servers.

Post-send privacy depends on your email service (Gmail, Outlook, ProtonMail). For maximum privacy, combine with ProtonMail.

Offline Outbox is stored on device with AES-GCM encryption, auto-sent when reconnected, then deleted.

Pro: No data remains on serversCon: Privacy depends on email service

データ所有権 — メモは誰のものかData Ownership — Who Owns Your Notes?

メモアプリを選ぶ際に見落としがちなのが「データ所有権」です。サービスが終了した場合、あなたのメモはどうなるのでしょうか。

データポータビリティの比較:

  • Obsidian:ローカルのMarkdownファイル → 完全にあなたのもの
  • Standard Notes:エクスポート機能あり → あなたのもの
  • Captio式シンプルメモ:メールとして残る → メールサービスがある限り永続
  • Apple Notes:iCloudエクスポート可 → Appleエコシステム依存
  • Google Keep:Google Takeoutでエクスポート → Googleアカウント依存
  • Evernote:ENEX形式でエクスポート → 独自形式で変換必要
  • Notion:Markdown/CSVエクスポート → 複雑なページは再現困難

判定基準:メール方式の最大の利点は「メールは普遍的なフォーマット」ということです。サービスが終了しても、メールとして受信トレイに残り続けます。

An often-overlooked factor when choosing a memo app is "data ownership." If the service shuts down, what happens to your notes?

Data portability comparison:

  • Obsidian: Local Markdown files -> 100% yours
  • Standard Notes: Export available -> Yours
  • Simple Memo: Stays as email -> Permanent as long as email exists
  • Apple Notes: iCloud export -> Apple ecosystem dependent
  • Google Keep: Google Takeout export -> Google account dependent
  • Evernote: ENEX format export -> Proprietary format needs conversion
  • Notion: Markdown/CSV export -> Complex pages hard to reproduce

Benchmark: The email approach's biggest advantage: email is a universal format. Even if the service shuts down, memos remain in your inbox.

ゼロナレッジ・アーキテクチャとはWhat is Zero-Knowledge Architecture?

「ゼロナレッジ(Zero-Knowledge)」とは、サービス提供者がユーザーのデータ内容を一切知ることができない設計のことです。

ゼロナレッジの条件:

  • E2E暗号化で、サーバーには暗号化されたデータのみ保存
  • 暗号化キーはユーザーの端末にのみ存在
  • サーバー運営者はデータを復号できない
  • パスワードリセットではなくパスワード変更のみ可能

ゼロナレッジを採用しているメモアプリ:

Captio式シンプルメモはゼロナレッジではありませんが、「そもそもデータを保存しない」というアプローチでプライバシーを確保しています。保存しないデータは漏洩のしようがありません。

"Zero-Knowledge" means the service provider cannot know the content of user data at all.

Zero-knowledge requirements:

  • E2E encryption with only encrypted data on servers
  • Encryption keys exist only on user's device
  • Server operator cannot decrypt data
  • Password change only (no password reset)

Zero-knowledge memo apps:

Simple Memo isn't zero-knowledge, but takes the approach of "not storing data at all." Data that doesn't exist can't leak.

プライバシーレベル別おすすめRecommendations by Privacy Level

最高レベル:機密情報を扱う人E2E必須

法律事務所、医療関係者、ジャーナリスト、活動家など、メモ内容の漏洩が深刻な結果をもたらす場合。

おすすめ:Standard Notes(E2E暗号化・オープンソース・監査済み)

高レベル:ビジネスの機密情報を扱う人非保存が理想

仕事の会議メモ、プロジェクトの進捗、クライアント情報など、漏洩は避けたいが日常的に使いたい場合。

おすすめ:Captio式シンプルメモ + ProtonMail(サーバー非保存 + E2Eメール)

標準レベル:一般的なメモ利用サーバー側暗号化で十分

日常的なメモ、買い物リスト、アイデアメモなど、特に機密性の高くない情報。

おすすめ:Apple Notes / Google Keep / Captio式シンプルメモ

Maximum: Handling confidential dataE2E Required

Law firms, healthcare, journalists, activists -- where memo leaks have serious consequences.

Pick: Standard Notes (E2E, open source, audited)

High: Business confidential infoNo-Storage Ideal

Work meeting notes, project progress, client info -- leaks unwanted but needs daily use.

Pick: Simple Memo + ProtonMail (no server storage + E2E email)

Standard: General memo useServer-Side OK

Daily notes, shopping lists, idea memos -- not particularly sensitive.

Pick: Apple Notes / Google Keep / Simple Memo

よくある質問FAQ

メモアプリで最もプライバシーが高いのはどれですか?

E2E暗号化を標準搭載しているStandard Notesが最もプライバシーが高いです。次いでObsidian(ローカル保存)、Captio式シンプルメモ(AES-GCM暗号化Outbox、サーバー非保存)が続きます。

Google Keepのメモは安全ですか?

Google Keepはサーバー側暗号化で保護されていますが、E2E暗号化ではありません。Googleはサーバー上のデータにアクセスでき、広告ターゲティングに使用される可能性があります。

Captio式シンプルメモのプライバシーはどうなっていますか?

メモはCloudflare Workers + Resend API経由でメール送信のみ行い、サーバーにメモ内容を保存しません。オフラインOutboxはAES-GCM暗号化でデバイス上に保存。AIによるメモ内容の解析も行いません。

Which memo app has the best privacy?

Standard Notes with E2E encryption by default is the most private. Obsidian (local storage) and Simple Memo (AES-GCM encrypted Outbox, no server storage) follow.

Is Google Keep safe for private notes?

Google Keep uses server-side encryption but not E2E. Google can access data on their servers and may use it for ad targeting. Not recommended for confidential information.

How does Simple Memo handle privacy?

Memos are only sent as email via Cloudflare Workers + Resend API. No memo content is stored on servers. Offline Outbox uses AES-GCM encryption on device. No AI analysis of content.

プライバシー重視のメモアプリ選びチェックリストPrivacy-Focused Memo App Selection Checklist

メモアプリを選ぶ際に、プライバシーの観点から確認すべき10のチェックポイントをまとめました。新しいアプリを導入する前に、このリストで評価してみてください。

暗号化とデータ保存に関するチェック:

  • E2E暗号化は標準搭載か、オプションか? — Standard Notesのように標準搭載なら安心。Apple Notesのように「ロック時のみ」の場合、ロックしていないメモは保護されません
  • サーバーにメモの平文が保存されるか? — Google KeepやNotionはサーバー側で復号可能な状態で保存。サーバー管理者がデータにアクセスできます
  • オフライン時のデータ保護はどうなっているか? — オフラインキャッシュが暗号化されていないアプリも多い。Captio式シンプルメモはAES-GCM暗号化でOutboxを保護
  • データ削除の仕組みは? — 「削除」ボタンを押しても、サーバー上に30日間残るアプリがほとんど。本当に削除されるタイミングを確認しましょう

AI・第三者アクセスに関するチェック:

  • AI機能がメモ内容を外部サーバーに送信するか? — Notion AIやApple Intelligenceは、メモ内容をLLMサーバーに送信します。AI機能をオフにできるかも確認
  • 広告ターゲティングにメモ内容が使われるか? — Google Keepの利用規約では、コンテンツの分析が広告関連に使われる可能性があります
  • 第三者(法執行機関)へのデータ提供ポリシーは? — 各社の透明性レポートを確認。E2E暗号化アプリなら、そもそも提供するデータがありません

データポータビリティに関するチェック:

  • 標準フォーマットでエクスポートできるか? — Markdown、テキスト、HTMLなどのオープンフォーマットで書き出せることが重要。独自形式のみのアプリはベンダーロックインのリスク
  • サービス終了時のデータ保全は? — 利用規約にサービス終了時のデータ取り扱いが記載されているか確認。メール方式なら、サービス終了後もメールとして残り続けます
  • アカウント削除時に全データが消えるか? — GDPR対応アプリなら「データ消去権」で完全削除を要求可能。非対応アプリはバックアップにデータが残る可能性

総合評価の目安:10項目中8つ以上クリアなら安心して使えます。5つ以下の場合は、機密情報の入力は避けましょう。特に「E2E暗号化の有無」「AI送信の有無」「エクスポート可否」の3つは最低限確認すべきポイントです。

Here are 10 checkpoints to evaluate a memo app's privacy before adopting it. Use this list to assess any new app before trusting it with your data.

Encryption and data storage checks:

  • Is E2E encryption default or optional? -- Standard Notes includes it by default. Apple Notes only encrypts "locked" notes, leaving unlocked memos unprotected
  • Is plaintext stored on servers? -- Google Keep and Notion store data in a form the server operator can decrypt, meaning staff can technically access your notes
  • How is offline data protected? -- Many apps leave offline caches unencrypted. Simple Memo protects its Outbox with AES-GCM encryption
  • How does deletion actually work? -- Most apps retain "deleted" data on servers for 30 days. Verify when data is truly purged

AI and third-party access checks:

  • Does AI send note content to external servers? -- Notion AI and Apple Intelligence transmit content to LLM servers. Check if AI features can be disabled
  • Is note content used for ad targeting? -- Google Keep's terms allow content analysis that may relate to advertising
  • What is the law enforcement data disclosure policy? -- Check each company's transparency report. E2E encrypted apps have no readable data to hand over

Data portability checks:

  • Can you export to standard formats? -- Markdown, text, and HTML are open formats. Apps with proprietary-only export create vendor lock-in risk
  • What happens to data if the service shuts down? -- Check if the terms address service termination. Email-based approaches keep memos alive as emails regardless
  • Is all data deleted when you delete your account? -- GDPR-compliant apps allow you to request full erasure. Non-compliant apps may retain data in backups

Scoring guide: If an app passes 8 or more of these 10 checks, it is safe for general use. Below 5, avoid entering sensitive information. The three must-check items are E2E encryption availability, AI data transmission, and export capability.

関連記事 Related Articles

サーバーに残さないメモ体験Notes that don't stay on servers
メモ内容はサーバー非保存。AES-GCM暗号化Outbox。AI解析なし。あなたのメモはあなたのもの。No server storage. AES-GCM encrypted Outbox. No AI analysis. Your notes are yours.
App Store からダウンロード Download on the App Store

関連ページRelated Pages

参考文献

References