Hide Text in Image
Hide text in image using steganography
Hide Text in Imageคืออะไร?
Hide Text in Image เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bengal IT Services Inc. และคุณลักษณะหลักของมันคือ "Hide text in image using steganography"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hide Text in Image
ดาวน์โหลดไฟล์ส่วนขยาย Hide Text in Image ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
WHAT IS HIDE TEXT IN IMAGE? A chrome extension that can hide text inside an image. HOW IS IT DONE? The text is first encrypted using a password and then hidden inside the image using steganography. HOW CAN I USE IT? The software solution has two parts, one for hiding text in image and one for reading text hidden in image. In order to hide text in an image, select an image, enter text, enter pasword, and click on encode. When encoding is done, the text has been hidden inside the image. Click on save to save the image. Now, send the image to the recipient. The recipient will need to have the password to read the text hidden in image. To do that, the recipient will select the image, enter password, and click on decode. When decoding is done, the text can be either viewed or saved as a text file. FEATURES Quick Installation Installation will take less than 5 seconds. Clean & Intuitive User Interface When you open the solution for the first time, you will feel right at home. Steganography The solution uses the art of steganography to hide the text inside the image. Encryption & Decryption The solution uses AES-256 encryption to encrypt the text before hiding it inside the image. Works Offline The solution does not require internet to function. No Coding Skill Required You don’t need to have any coding experience at all to use the solution. Built on Modern Frameworks The solution uses latest stable frameworks to ensure the best possible user experience. Crystal-clear documentation Clear and concise documentation helps users in understanding the solution in great detail but with little effort. Premium Support We offer premium support for our valued customers. FREQUENTLY ASKED QUESTIONS Q: How can I install it? A: Please install it from chrome web store page. Q: How long can be the text that I want to hide in the image? A: It depends on the image’s hiding capacity. In general, bigger the image in dimensions, higher the hiding capacity. Q: Who is the software solution for? A: It is for anyone who has a requirement to hide text in an image. It can be used in situations where a message needs to be sent discreetly.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Hide Text in Image |
ID | pnchgabjhemodoohoblnipicehnmilai |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/hide-text-in-image/pnchgabjhemodoohoblnipicehnmilai |
คำอธิบาย | Hide text in image using steganography |
ขนาดไฟล์ | 283 KB |
จำนวนการติดตั้ง | 1,009 |
เวอร์ชันปัจจุบัน | 2.0.0.4 |
อัปเดตครั้งล่าสุด | 2023-07-04 |
วันที่เผยแพร่ | 2019-06-28 |
คะแนน | 5.00/5 รวมทั้งหมด 2 คะแนน |
ผู้พัฒนา | Bengal IT Services Inc. |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://bengalitservices.blogspot.com |
URL หน้านโยบายความเป็นส่วนตัว | https://ajoshingmoth.blogspot.com/2020/10/privacy.html |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Hide Text in Image", "short_name": "HTII", "description": "Hide text in image using steganography", "version": "2.0.0.4", "permissions": [], "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "background": { "service_worker": "service_worker.js" }, "manifest_version": 3, "action": { "default_title": "Hide Text in Image", "default_icon": "icon-19.png", "default_popup": "popup.html" }, "content_security_policy": [] } |