vSecure

This extension is for securing text strings in an easy way. It can encrypt strings, so they will be secure to be stored.

vSecure란 무엇입니까?

vSecure은(는) Victor H. Garcia에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension is for securing text strings in an easy way. It can encrypt strings, so they will be secure to be stored."입니다.

확장 프로그램 스크린샷

screenshot

vSecure 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Q: What encryption algorithm is used for encryption?
A: The Advanced Encryption Standard (AES) is a U.S. Federal Information Processing Standard (FIPS). It was selected after a 5-year process where 15 competing designs were evaluated. It supports AES-128, AES-192, and AES-256. It will pick the variant by the size of the key you pass in.

Q: Is it safe?
A: No effective cryptanalysis of AES cipher is known to date, it's officially recommended by many security agencies (including NSA). It's more than enough, it could take billions of years for a Brute Force attack to find a password to decrypt original message.

Q: Do you store the strings or passwords?
A: No, we don't. Since the encryption happens on client-side, it's safe, it does not send any data to our servers.

Important note:
We do NOT store a copy of the text or secret word. Also vSecure is using client-side encryption (Browser encryption). You even can disconnect from the internet after opening the extension, and encrypt being completely offline. So you'll be sure that we don't have a copy of your data or secret word. 

Icon credits:
vSecure icon by Yankoa: yankoa.deviantart.com Under CC license: creativecommons.org/licenses/by/3.0/                    

확장 프로그램 기본 정보

이름 vSecure vSecure
ID emodnkohpjmlkodhbfmijobljmlboedp
공식 URL https://chromewebstore.google.com/detail/vsecure/emodnkohpjmlkodhbfmijobljmlboedp
설명 This extension is for securing text strings in an easy way. It can encrypt strings, so they will be secure to be stored.
파일 크기 653 KB
설치 횟수 253
현재 버전 2.0.2
최근 업데이트 2022-04-12
출시 날짜 2016-02-29
평점 4.67/5 총 3 개의 평점
개발자 Victor H. Garcia
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://vsecure.azurewebsites.net
도움말 페이지 URL https://vsecure.azurewebsites.net/howto.html
개인정보 보호 정책 페이지 URL https://drive.google.com/file/d/10aRkD_Hhx_kdxeZxZC52NDczuZvmXA6k/view?usp=sharing
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "vSecure",
    "description": "This extension is for securing text strings in an easy way. It can encrypt strings, so they will be secure to be stored.",
    "version": "2.0.2",
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_title": "vSecure - Securing text string easier.",
        "default_popup": "index.html#form"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'"
}