PassLok Image Steganography
The reigning champion of image steganography
什麼是PassLok Image Steganography?
PassLok Image Steganography是由https://passlok.com開發的Chrome擴展程式,該擴展的主要功能是“The reigning champion of image steganography”。
擴展截圖
下載PassLok Image Steganography擴展crx文件
下載PassLok Image Steganography擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Steganography is the art of hiding secrets in plain sight. This app implements an improved version of A. Westfeld's F5 algorithm in order to embed text and other data into images without leaving any traces that might be detected, as presented before experts at the ForenSecure 2017 conference. It is the same stego algorithm implemented in PassLok Privacy, PassLok for Email, and URSA, also available in this store, but its output is not compatible with those because this app does not include the same encryption engine. Processing is done completely within your browser, without contacting any outside machine or website. You can use the app with your network turned off, if you feel paranoid. Because it is an extension, the other extensions and addons installed on your browser are prevented from seeing what this app is doing. This includes any password managers you may have installed. The images can be saved in the popular JPG format, or in PNG format, which can contain more hidden data. Then you can send them by email or upload it to a sharing site so your friends can get it. This can be very useful if you are under surveillance of live under a repressive regime. Please refrain from using the app if your intent is to engage in illegal activity. For greatly enhanced security, please use a Password that you share with your friends. If no Password is used, anyone who has this app will be able to extract the data. Without knowing the Password, it will be very difficult even to know that there is anything hidden. There is a Help screen that tells you how to use the app step by step, always just one click away. For the super-paranoid, the app can hide a short second message, which requires a separate Password. It can only be retrieved if both Passwords are correct. Details are in the Help screen. This is the process to hide data in an image: 1. Type, paste, or use the toolbar buttons to load text or data into the main box. 2. Load a cover image by clicking the "Load cover image" button. 3. Type a Password in the small box (you can omit it, but we strongly recommend that you don't). 4. Make sure the "Compress" and "Smart Pwd." options are selected the way you want them. 5. Click either the "Hide into PNG" or the "Hide into JPG" button. 6. When the process is complete, right-click the image and select "save image as..." in order to save it locally. To reveal the hidden data: 1. Load the image by clicking the "Load cover image" button. 2. Type the Password, if any, in the small box. Must the the same one used for hiding the data. 3. Set the "Compress" and "Smart Pwd." options the same way they were set when the data was hidden. 4. Click the "Reveal" button. If successful the hidden data will appear in the main box.
擴展基本資訊
名稱 | PassLok Image Steganography |
ID | njpilngdjodbciagblmkceapenlpnjhl |
官方網址 | https://chromewebstore.google.com/detail/passlok-image-steganograp/njpilngdjodbciagblmkceapenlpnjhl |
簡介 | The reigning champion of image steganography |
檔案大小 | 110 KB |
安裝次數 | 590 |
目前版本 | 1.0.4 |
更新時間 | 2023-03-26 |
上架時間 | 2019-05-31 |
開發者 | https://passlok.com |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://passlok.weebly.com |
說明頁面URL | https://passlok.weebly.com/faq.html |
隱私政策頁面URL | https://sites.google.com/view/passlok-privacy-policy/home |
支援的語言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "PassLok Image Steganography", "short_name": "PassLokStego", "description": "The reigning champion of image steganography", "version": "1.0.4", "manifest_version": 3, "icons": { "16": "passlok-icon16.png", "48": "passlok-icon48.png", "128": "passlok-icon128.png" }, "content_security_policy": { "extension_pages": "default-src 'self'; img-src 'self' data:; connect-src 'self' data:; style-src 'self'" }, "permissions": [], "background": { "service_worker": "background.js" }, "action": { "default_icon": { "16": "passlokstego-icon16gray.png", "48": "passlokstego-icon48gray.png" }, "default_title": "PassLok Stego" } } |