Skip to content

This program encrypts hyperlinks with a salted AES 256 and produces a data URL that will decrypt and follow the hyperlink provided the correct password is entered.

Notifications You must be signed in to change notification settings

gavin660/AES-encrypted-hyperlinks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 

Repository files navigation

AES-encrypted-hyperlinks

This program encrypts hyperlinks with a salted AES 256 and produces a data URL that will decrypt and follow the hyperlink provided the correct password is entered.

Usage

  1. Open the html file in a web browser.

  2. In the prompt box enter the url in this format:

      RIGHT = https://www.examplesite.com http://www.examplesite.com
      
      WRONG = www.example.com
    
  3. Enter a GOOD password.

  4. The page will generate a data URL that can be copied into the URL bar and run.

note

Data urls have been limited by web browsers as they were perceived to be a security threat to people who were unaware that they can run code and can no longer just be clicked.

Firefox - Must be copied into url bar

Chrome - Must be copied into url bar OR right-click new-tab

Opera - Must be copied into url bar OR right-click new-tab

IE - No support

Edge - Unknown if supported

Safari - Unknown if supported

About

This program encrypts hyperlinks with a salted AES 256 and produces a data URL that will decrypt and follow the hyperlink provided the correct password is entered.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages