> For the complete documentation index, see [llms.txt](https://docs.keeper.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.keeper.io/release-notes/jp/desktop/password-importer/importer-version-17.0.3.md).

# インポーター Ver 17.0.4

## 概要

本リリースでは、耐量子暗号を導入し、長期的なセキュリティ強化と技術基盤の刷新を実施しました。現在および将来の暗号技術による脅威に加え、今収集して後で復号する (Harvest Now, Decrypt Later) 攻撃からも機密データを保護します。また、React 19への移行を行ったほか、Firefox固有の重要な不具合を修正しました。あわせて、依存ライブラリの整理、メモリ管理の改善、より効率的なライブラリへの移行により、パフォーマンスを向上しています。

## 新機能

* **KPI-139:** 転送レイヤーに耐量子暗号 (Kyberラッピング) を追加しました。

## 改善点

* **KPI-150:** 翻訳スクリプトを実行し、各言語の表示テキストを更新しました。
* **KPI-169:** `keeperhost.c` のホスト解決ロジックを、`if-else`と`strcmp`による判定から、Mapによる検索方式へリファクタリングしました。

## バグ修正

* **KPI-160:** 同期されたFirefoxプロファイルからパスワードをインポートできない不具合を修正。
* **KPI-162:** Pearsonからのインポート時に発生していたエラーを調査し、修正。
* **KPI-168:** インポーターの依存ライブラリに含まれるNPMのセキュリティ脆弱性を修正。

## **スタンドアロン実行ファイル**

エンドユーザー端末に事前に実行ファイルを配置する場合、Keeper管理者はMDMやグループポリシーを使ってバイナリを配布することができます。

* **パスワードインポートツール スタンドアロン版 (Windows 11)**
  * [インストールリンク](https://keepersecurity.com/pwd_importer/win32/Win32/keeperimport.exe) (32-bit .exe)
  * [インストールリンク](https://keepersecurity.com/pwd_importer/win32/x64/keeperimport.exe) (64-bit .exe)
* **パスワードインポートツール スタンドアロン版 (macOS)**
  * [インストールリンク](https://keepersecurity.com/pwd_importer/Darwin/KeeperImport.zip)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.keeper.io/release-notes/jp/desktop/password-importer/importer-version-17.0.3.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
