{"id":30600421,"url":"https://github.com/timessless01/encryptify","last_synced_at":"2026-06-28T23:31:50.046Z","repository":{"id":310055188,"uuid":"1038532372","full_name":"Timessless01/Encryptify","owner":"Timessless01","description":"Encryptify is a **privacy-first** Chrome extension that lets you *encrypt and decrypt text* directly in your browser using *AES-256* (military-grade encryption).","archived":false,"fork":false,"pushed_at":"2025-08-15T12:13:07.000Z","size":19,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-30T18:47:58.433Z","etag":null,"topics":["aes-256","encryption-decryption","password-manager","privacy","security"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Timessless01.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":"Roadmap.md","authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-15T11:30:15.000Z","updated_at":"2025-08-15T12:13:10.000Z","dependencies_parsed_at":"2025-08-15T13:25:47.868Z","dependency_job_id":"e8b44bec-0dff-4d50-8966-ef96d5a10d01","html_url":"https://github.com/Timessless01/Encryptify","commit_stats":null,"previous_names":["timessless01/encryptify"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Timessless01/Encryptify","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Timessless01%2FEncryptify","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Timessless01%2FEncryptify/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Timessless01%2FEncryptify/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Timessless01%2FEncryptify/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Timessless01","download_url":"https://codeload.github.com/Timessless01/Encryptify/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Timessless01%2FEncryptify/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34907985,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-28T02:00:05.809Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aes-256","encryption-decryption","password-manager","privacy","security"],"created_at":"2025-08-29T23:16:26.184Z","updated_at":"2026-06-28T23:31:50.024Z","avatar_url":"https://github.com/Timessless01.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u0026nbsp;🔐 **Encryptify - Secure Browser Encryption**\r\n\r\n\r\n\r\n!\\[Extension Screenshot](screenshots/preview.png)  \r\n\r\n\\*A client-side AES-256 encryption tool for Chrome and Firefox.\\*\r\n\r\n\r\n\r\n\u0026nbsp;**Features**\r\n\r\n\r\n\r\n\\- \\*\\*Military-grade encryption\\*\\* (AES-256 with PBKDF2 key derivation)\r\n\r\n\\- \\*\\*Zero data collection\\*\\* - Everything happens in your browser\r\n\r\n\\- \\*\\*Password verification\\*\\* - Prevent encryption mistakes\r\n\r\n\\- \\*\\*Secure password generator\\*\\* - Create strong passwords instantly\r\n\r\n\\- \\*\\*Clipboard integration\\*\\* - Copy encrypted/decrypted text easily\r\n\r\n\\- \\*\\*Modern UI\\*\\* - Clean, intuitive interface\r\n\r\n\r\n\r\n\u0026nbsp; **Installation**\r\n\r\n\r\n\r\n **Chrome/Edge/Brave**\r\n\r\n\r\n\r\n1\\. Download this repo as ZIP\r\n\r\n2\\. Unzip the files\r\n\r\n3\\. Go to `chrome://extensions`\r\n\r\n4\\. Enable \"Developer mode\" (toggle top-right)\r\n\r\n5\\. Click \"Load unpacked\" and select the unzipped folder\r\n\r\n\r\n\r\n\u0026nbsp;**Firefox**\r\n\r\n\r\n\r\n1\\. Install \\[web-ext](https://extensionworkshop.com/documentation/develop/getting-started-with-web-ext/)\r\n\r\n2\\. Run `web-ext run` in the project directory\r\n\r\n\r\n\r\n\u0026nbsp;🛠️ **How It Works**\r\n\r\n\r\n\r\n1\\. \\*\\*Encrypt\\*\\*: Enter text → Set password → Get encrypted output\r\n\r\n2\\. \\*\\*Share\\*\\*: Send the encrypted text to anyone\r\n\r\n3\\. \\*\\*Decrypt\\*\\*: Paste encrypted text + password → Get original text\r\n\r\n\r\n\r\nAll processing happens \\*\\*locally\\*\\* - no servers, no tracking.\r\n\r\n\r\n 📦 Files Structure\r\n\r\nencryptify/\r\n├── icons/ # Extension icons\r\n├── screenshots/ # Store promo images here\r\n├── background.js # Background service worker\r\n├── popup.html # Main interface\r\n├── popup.js # Core encryption logic\r\n├── manifest.json # Extension configuration\r\n└── README.md # This file\r\n\r\n 🔒 Privacy Guarantee\r\n- No analytics or tracking\r\n- No data leaves your browser\r\n- Open-source and auditable\r\n\r\nRead our full policy: [https://github.com/Timessless01/Encryptify/blob/main/privacy-policy.md)\r\n\r\n 🤝 Contributing\r\nFound a bug? Want to improve Encryptify?  \r\n1. Fork the repo  \r\n2. Create a branch (`git checkout -b feature/improvement`)  \r\n3. Commit changes (`git commit -m 'Add new feature'`)  \r\n4. Push to branch (`git push origin feature/improvement`)  \r\n5. Open a Pull Request  \r\n\r\n\r\n\r\n💡 **Pro Tip**: Use generated passwords with at least 12 characters for maximum security.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimessless01%2Fencryptify","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimessless01%2Fencryptify","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimessless01%2Fencryptify/lists"}