{"id":40949743,"url":"https://github.com/fcrespo82/vscode-secretlens","last_synced_at":"2026-01-22T05:09:53.093Z","repository":{"id":46375747,"uuid":"75334095","full_name":"fcrespo82/vscode-secretlens","owner":"fcrespo82","description":null,"archived":false,"fork":false,"pushed_at":"2024-02-07T19:54:42.000Z","size":869,"stargazers_count":8,"open_issues_count":7,"forks_count":6,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-02T01:34:07.694Z","etag":null,"topics":["open-vsx","openvsx","visual-studio-code","visual-studio-code-extension","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=fcrespo82.secretlens","language":"TypeScript","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/fcrespo82.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","license":null,"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},"funding":{"github":"fcrespo82","ko_fi":"fcrespo82","custom":"https://www.paypal.com/donate?hosted_button_id=73E3UAJNR2VM4"}},"created_at":"2016-12-01T21:24:19.000Z","updated_at":"2023-06-17T10:57:44.000Z","dependencies_parsed_at":"2024-02-07T20:50:15.792Z","dependency_job_id":null,"html_url":"https://github.com/fcrespo82/vscode-secretlens","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/fcrespo82/vscode-secretlens","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcrespo82%2Fvscode-secretlens","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcrespo82%2Fvscode-secretlens/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcrespo82%2Fvscode-secretlens/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcrespo82%2Fvscode-secretlens/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fcrespo82","download_url":"https://codeload.github.com/fcrespo82/vscode-secretlens/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fcrespo82%2Fvscode-secretlens/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28655254,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-22T01:17:37.254Z","status":"online","status_checked_at":"2026-01-22T02:00:07.137Z","response_time":144,"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":["open-vsx","openvsx","visual-studio-code","visual-studio-code-extension","vscode","vscode-extension"],"created_at":"2026-01-22T05:09:53.029Z","updated_at":"2026-01-22T05:09:53.083Z","avatar_url":"https://github.com/fcrespo82.png","language":"TypeScript","funding_links":["https://github.com/sponsors/fcrespo82","https://ko-fi.com/fcrespo82","https://www.paypal.com/donate?hosted_button_id=73E3UAJNR2VM4","https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=6H283FQKCUB9G","https://www.paypal.com/cgi-bin/webscr"],"categories":[],"sub_categories":[],"readme":"# SecretLens\n\n![Installs](https://vsmarketplacebadge.apphb.com/installs-short/fcrespo82.secretlens.svg)\n![Rating](https://vsmarketplacebadge.apphb.com/rating-star/fcrespo82.secretlens.svg)\n\n\n- - -\n**WARNING**\n\nVersion 2.0.0 breaks compatibility with current encrypted messages **unless** you follow the steps described in [Keep the previous behavior](#keep-the-previous-behavior)\n- - -\n\nA CodeLens/Hover provider that automatically decrypts identified text and show as a CodeLens/Hover.\n\n## What does this extension do?\n\nEncrypt/decrypt text within the file.\n\n### How?\n\nEncrypting accepts your selection, or hole line if no selection, encrypts it and replaces with the fenced block `${token}\u003cyour text\u003e${endToken}` (token/endToken are configurable)\n\nDecrypting search for the fenced block and then replaces by the plain text. \n\nThe fenced block is the default behavior because of [this limitation](https://github.com/fcrespo82/vscode-secretlens/issues/2).\n\n#### Keep the previous behavior\n\n1. Set **Start token** to `secretlens:`\n2. Set **End token** to empty string or `null`\n3. Set **Exclude end fence** option to `true`\n\n\n## Extension Commands\n\n| Command             | Description                                                                    |\n|:--------------------|:-------------------------------------------------------------------------------|\n| **Encrypt**         | Encrypt the text and replaces with `${token}\u003cencrypted text\u003e${endToken}`       |\n| **Decrypt**         | Decrypt the fenced block and replaces with `\u003cdecrypted text\u003e`                  |\n| **Set password**    | Set a new password                                                             |\n| **Forget password** | Clears the current password                                                    |\n| **Copy secret**     | Copy the selected secrets decrypted to clipboard separated by *Copy separator* |\n\n\n## Extension Settings\n\n| Setting                  | Description                                                                     |         Default Value         |\n|:-------------------------|:--------------------------------------------------------------------------------|:-----------------------------:|\n| **Display Type**         | How to display the secret: CodeLens, Hover or both                              |           CodeLens            |\n| **Start token**          | Token for identifying the begining of encrypted text                            |            `\u003csl:`             |\n| **End token**            | Token for identifying the end of encrypted text                                 |            `:sl\u003e`             |\n| **Exclude end fence**    | Exclude the end fence when encrypting texts                                     |             false             |\n| **Language identifiers** | Languages in which SecretLens will run                                          |              ALL              |\n| **Copy separator**       | Separator for when copying multiple secrets                                     |             `\\n`              |\n| **Remember period**      | How many seconds the password will be remembered before being erased from cache |         -1 (forever)          |\n| **Recursive**            | Go inside subdirectories to encrypt/decrypt files                               |             false             |\n| **Crypto method**        | How the secrets are encrypted                                                   | Default legacy implementation |\n\n- - -\n\n\nIf you like this extension, please consider [donate](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick\u0026hosted_button_id=6H283FQKCUB9G) and/or take a moment to [write a review](https://marketplace.visualstudio.com/items?itemName=fcrespo82.secretlens#review-details) and share on \u003ca href=\"https://www.facebook.com/sharer/sharer.php?u=https%3A%2F%2Fmarketplace.visualstudio.com%2Fitems%3FitemName%3Dfcrespo82.secretlens%23overview\"\u003eFacebook\u003c/a\u003e or \u003ca href=\"https://www.twitter.com/home?status=Just%20discovered%20this%20on%20the%20%23VSMarketplace%3A%20https%3A%2F%2Fmarketplace.visualstudio.com%2Fitems%3FitemName%3Dfcrespo82.secretlens%23overview\"\u003eTwitter\u003c/a\u003e\n\u003cform action=\"https://www.paypal.com/cgi-bin/webscr\" method=\"post\" target=\"_top\"\u003e\n\u003cinput type=\"hidden\" name=\"cmd\" value=\"_s-xclick\"\u003e\n\u003cinput type=\"hidden\" name=\"hosted_button_id\" value=\"6H283FQKCUB9G\"\u003e\n\u003cinput type=\"image\" src=\"https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif\" border=\"0\" name=\"submit\" alt=\"PayPal - The safer, easier way to pay online!\"\u003e\n\u003cimg alt=\"\" border=\"0\" src=\"https://www.paypalobjects.com/pt_BR/i/scr/pixel.gif\" width=\"1\" height=\"1\"\u003e\n\u003c/form\u003e\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcrespo82%2Fvscode-secretlens","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffcrespo82%2Fvscode-secretlens","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffcrespo82%2Fvscode-secretlens/lists"}