{"id":29797470,"url":"https://github.com/bylickilabs/passwordvault","last_synced_at":"2025-07-28T06:09:45.098Z","repository":{"id":305584212,"uuid":"1023272062","full_name":"bylickilabs/PasswordVault","owner":"bylickilabs","description":"A simple and secure Java-based password vault that encrypts and decrypts strings using AES-128 encryption.   Perfect for demonstration, learning cryptography in Java, or building your own local password manager.","archived":false,"fork":false,"pushed_at":"2025-07-20T22:37:21.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-21T00:19:33.430Z","etag":null,"topics":["aes-encryption","base64","cipher","commandline-tool","crypto","cryptography-tools","data-security","decryption","encryption","java","java-console-app","java-security","java-tools","javase","local-storage","password-encryption","password-manager","password-vault","secure-password","secure-storage"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/bylickilabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-20T22:17:52.000Z","updated_at":"2025-07-20T22:37:51.000Z","dependencies_parsed_at":"2025-07-21T00:30:01.356Z","dependency_job_id":null,"html_url":"https://github.com/bylickilabs/PasswordVault","commit_stats":null,"previous_names":["bylickilabs/passwortvault"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/bylickilabs/PasswordVault","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bylickilabs%2FPasswordVault","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bylickilabs%2FPasswordVault/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bylickilabs%2FPasswordVault/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bylickilabs%2FPasswordVault/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bylickilabs","download_url":"https://codeload.github.com/bylickilabs/PasswordVault/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bylickilabs%2FPasswordVault/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267470062,"owners_count":24092352,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"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-encryption","base64","cipher","commandline-tool","crypto","cryptography-tools","data-security","decryption","encryption","java","java-console-app","java-security","java-tools","javase","local-storage","password-encryption","password-manager","password-vault","secure-password","secure-storage"],"created_at":"2025-07-28T06:09:44.239Z","updated_at":"2025-07-28T06:09:45.090Z","avatar_url":"https://github.com/bylickilabs.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🔐 PasswordVault – AES-Encrypted Password Tool (Java)\n\n|\u003cimg width=\"1280\" height=\"640\" alt=\"PasswordVault\" src=\"https://github.com/user-attachments/assets/05beaaa1-f825-4634-91da-d6c4efa9550d\" /\u003e|\n|---|\n\nA simple and secure Java-based password vault that encrypts and decrypts strings using AES-128 encryption.  \nPerfect for demonstration, learning cryptography in Java, or building your own local password manager.\n\n\u003cbr\u003e\n\n---\n\n\u003cbr\u003e\n\n## ✅ Features\n\n- AES encryption using a 16-byte key\n- Base64 output for easy readability\n- Decryption included for verification\n- Fully console-based and platform-independent (Java)\n- No external dependencies required\n\n\u003cbr\u003e\n\n---\n\n\u003cbr\u003e\n\n## 💻 How It Works\n\nThe application encrypts any user-provided password and displays both the encrypted and decrypted values using Java's `javax.crypto` and `Base64` libraries.\n\n\u003cbr\u003e\n\n---\n\n\u003cbr\u003e\n\n## 📦 Usage\n\n### 1. Compile the Java file\n\n```yarn\njavac PasswordVault.java\n```\n\n\u003cbr\u003e\n\n---\n\n\u003cbr\u003e\n\n2. Run the program\n\n```yarn\njava PasswordVault\n```\n\n\u003cbr\u003e\n\n---\n\n\u003cbr\u003e\n\n🔐 Secure Password Vault\n\n```yarn\nEnter password to encrypt: mySuperSecret123\nEncrypted password: 4T1Gc4b3YZ2Ej1If1hA7RQ==\nDecrypted password: mySuperSecret123\n```\n\n\u003cbr\u003e\n\n---\n\n\u003cbr\u003e\n\n📄 License\nMIT License – [LICENSE](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbylickilabs%2Fpasswordvault","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbylickilabs%2Fpasswordvault","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbylickilabs%2Fpasswordvault/lists"}