{"id":21476093,"url":"https://github.com/amirhnajafiz/tokenizer","last_synced_at":"2025-12-15T23:20:03.537Z","repository":{"id":65115727,"uuid":"579611545","full_name":"amirhnajafiz/tokenizer","owner":"amirhnajafiz","description":"Manage your system tokens by Tokenizer!","archived":false,"fork":false,"pushed_at":"2024-07-09T16:10:50.000Z","size":89,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-07-10T12:19:48.646Z","etag":null,"topics":["cli","env","environment-variables","go","golang","token","tokens"],"latest_commit_sha":null,"homepage":"","language":"Go","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/amirhnajafiz.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":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-12-18T09:25:56.000Z","updated_at":"2024-07-09T16:10:55.000Z","dependencies_parsed_at":"2024-07-09T11:47:33.488Z","dependency_job_id":"5243c985-d237-421e-8621-8e6bbbb02dd0","html_url":"https://github.com/amirhnajafiz/tokenizer","commit_stats":null,"previous_names":["amirhnajafiz/tokenizer"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amirhnajafiz%2Ftokenizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amirhnajafiz%2Ftokenizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amirhnajafiz%2Ftokenizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/amirhnajafiz%2Ftokenizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/amirhnajafiz","download_url":"https://codeload.github.com/amirhnajafiz/tokenizer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":226033272,"owners_count":17563125,"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","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":["cli","env","environment-variables","go","golang","token","tokens"],"created_at":"2024-11-23T10:47:15.789Z","updated_at":"2025-12-15T23:19:58.450Z","avatar_url":"https://github.com/amirhnajafiz.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Tokenizer\n\n![GitHub top language](https://img.shields.io/github/languages/top/amirhnajafiz/tokenizer)\n![GitHub last commit (by committer)](https://img.shields.io/github/last-commit/amirhnajafiz/tokenizer)\n![GitHub tag checks state](https://img.shields.io/github/checks-status/amirhnajafiz/tokenizer/v0.1.0)\n![GitHub release (with filter)](https://img.shields.io/github/v/release/amirhnajafiz/tokenizer)\n\nBy using ```Tokenizer``` you can manage your system tokens and credentials. You can\nset your tokens, encrypt them, list them, update and delete them. The best solution\nto protect your sensitive information.\n\n## setup\n\nClone into repository and build ```tokenizer``` by using the following commands:\n\n```shell\ngit clone https://github.com/amirhnajafiz/tokenizer.git\ncd tokenizer\nmake build\n```\n\nIn order to use ```tokenizer``` in every place on your system, make sure to the followings to\neither ~/.zshrc, ~/.bash_profile, or ~/.bashrc.\n\n```shell\nexport PATH=\"\u003cpath-to-cloned-repository\u003e:$PATH\"\nexport TK_PATH=\"\u003cpath-to-cloned-repository\u003e\"\n```\n\n## encrypt\n\nYour tokens are being stored in ```conf.txt``` file which is encrypted with\na private key that you can set by setting a value to ```TK_PRIVATE``` environment\nvariable. Make sure to set a 16 byte value.\n\n```text\n7nKyNrGb0Djjyv9UqT4pGaJorDA64QdsfQ==//\u0026\u0026//VcvhC6O4Rm3j3rmMQFMFONWnDHeXus542G4cUydlpcn98cMxyTvBI1KdcJsM\n2AX/7Q/EGjMYO/wE95BESCi2o/f381KmGp63//\u0026\u0026//VDUD18Y4P+aBg88kfV4/pXStObtm3trslVRSprAmpHPEMZGFhwD000KISds=\n```\n\n## examples\n\n### set\n\n```shell\ntokenizer/tk set PWA_TOKEN \"h30301j99nn968nskd[[j043jf3fj\"\n```\n\n### get all\n\n```shell\ntokenizer/tk all \n\nPWA_TOKEN\n```\n\n### get\n\n```shell\ntokenizer/tk get PWA_TOKEN\n\nh30301j99nn968nskd[[j043jf3fj\n```\n\n### delete\n\n```shell\ntokenizer/tk del PWA_TOKEN\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famirhnajafiz%2Ftokenizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Famirhnajafiz%2Ftokenizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Famirhnajafiz%2Ftokenizer/lists"}