├── LICENSE.txt ├── css └── style.css ├── index.html └── js └── decrypt.js /LICENSE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andOTP/WebDecrypt/HEAD/LICENSE.txt -------------------------------------------------------------------------------- /css/style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andOTP/WebDecrypt/HEAD/css/style.css -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andOTP/WebDecrypt/HEAD/index.html -------------------------------------------------------------------------------- /js/decrypt.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andOTP/WebDecrypt/HEAD/js/decrypt.js --------------------------------------------------------------------------------