diff --git a/.gitignore b/.gitignore
index 9c00a2d8..79dd1fab 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,8 +1,5 @@
node_modules
npm-debug.log
-wasm.wasm
-packages/e2ee/dist
-packages/e2ee/_worker
apidoc/
.log/
dist/
diff --git a/CHANGES.md b/CHANGES.md
index c7fcbe39..87c4f1eb 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -12,7 +12,7 @@
## develop
- [UPDATE] メッセージングの compress で fflate を利用せず decompressionStream API を利用するようにする
- - @voluntas
+- [CHANGE] E2EE 機能を削除する
### misc
diff --git a/NOTICE.md b/NOTICE.md
deleted file mode 100644
index 6a1273b2..00000000
--- a/NOTICE.md
+++ /dev/null
@@ -1,33 +0,0 @@
-## https://golang.org/
-
-- https://github.com/golang/go/blob/master/misc/wasm/wasm_exec.js
-
-```
-Copyright (c) 2009 The Go Authors. All rights reserved.
-
-Redistribution and use in source and binary forms, with or without
-modification, are permitted provided that the following conditions are
-met:
-
- * Redistributions of source code must retain the above copyright
-notice, this list of conditions and the following disclaimer.
- * Redistributions in binary form must reproduce the above
-copyright notice, this list of conditions and the following disclaimer
-in the documentation and/or other materials provided with the
-distribution.
- * Neither the name of Google Inc. nor the names of its
-contributors may be used to endorse or promote products derived from
-this software without specific prior written permission.
-
-THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
-"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
-LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
-A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
-OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
-SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
-LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
-DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
-THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
-(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
-OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-```
diff --git a/README.md b/README.md
index d54c0b9c..9e9f6bde 100644
--- a/README.md
+++ b/README.md
@@ -52,12 +52,6 @@ $ pnpm exec playwright install chromium --with-deps
$ pnpm run e2e-test
```
-## E2EE (End to End Encryption) について
-
-詳細については以下をご確認ください。
-
-[WebRTC SFU Sora 向け E2EE ライブラリ](https://github.com/shiguredo/sora-e2ee)
-
## マルチトラックについて
[WebRTC SFU Sora](https://sora.shiguredo.jp) は 1 メディアストリームにつき 1 音声トラック、
diff --git a/examples/e2ee/index.html b/examples/e2ee/index.html
deleted file mode 100644
index 35d6d8ac..00000000
--- a/examples/e2ee/index.html
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-