{"id":20786279,"url":"https://github.com/ecnepsnai/jettyobf","last_synced_at":"2026-04-21T12:03:24.691Z","repository":{"id":57529749,"uuid":"263713252","full_name":"ecnepsnai/jettyobf","owner":"ecnepsnai","description":"A Go implementation of the Jetty Password Obfuscation Algorithm","archived":false,"fork":false,"pushed_at":"2020-07-16T03:26:19.000Z","size":6,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-22T13:06:03.983Z","etag":null,"topics":["go","golang","java","jetty"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"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/ecnepsnai.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}},"created_at":"2020-05-13T18:34:41.000Z","updated_at":"2020-07-16T03:26:21.000Z","dependencies_parsed_at":"2022-08-26T10:21:50.373Z","dependency_job_id":null,"html_url":"https://github.com/ecnepsnai/jettyobf","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/ecnepsnai/jettyobf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecnepsnai%2Fjettyobf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecnepsnai%2Fjettyobf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecnepsnai%2Fjettyobf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecnepsnai%2Fjettyobf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ecnepsnai","download_url":"https://codeload.github.com/ecnepsnai/jettyobf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ecnepsnai%2Fjettyobf/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":27763184,"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-12-16T02:00:10.477Z","response_time":57,"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":["go","golang","java","jetty"],"created_at":"2024-11-17T14:51:32.414Z","updated_at":"2025-12-16T10:52:31.599Z","avatar_url":"https://github.com/ecnepsnai.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# jettyobf\n\n[![Go Report Card](https://goreportcard.com/badge/github.com/ecnepsnai/jettyobf?style=flat-square)](https://goreportcard.com/report/github.com/ecnepsnai/jettyobf)\n[![Godoc](http://img.shields.io/badge/go-documentation-blue.svg?style=flat-square)](https://godoc.org/github.com/ecnepsnai/jettyobf)\n[![Releases](https://img.shields.io/github/release/ecnepsnai/jettyobf/all.svg?style=flat-square)](https://github.com/ecnepsnai/jettyobf/releases)\n[![LICENSE](https://img.shields.io/github/license/ecnepsnai/jettyobf.svg?style=flat-square)](https://github.com/ecnepsnai/jettyobf/blob/master/LICENSE)\n\njettyobf is a go implementation of the [Jetty Password Obfuscation Algorithm](https://www.eclipse.org/jetty/documentation/current/configuring-security-secure-passwords.html).\n\nObfuscated passwords have no security benefits. Obfuscated passwords are easily reverted to their plain-text form.\n**THIS IS NOT A REPLACEMENT FOR PROPER PASSWORD HASHING OR ENCRYPTION.**\n\n# Usage\n\n## Obfuscate\n\n```go\ninput := \"hunter2\"\nresult := jettyobf.Obfuscate(input)\nfmt.Println(result) // will print 'OBF:1jn91yte1uvc1z0f1uuu1yt81jk9'\n```\n\n## Deobfuscate\n\n```go\ninput := \"OBF:1jn91yte1uvc1z0f1uuu1yt81jk9\"\nresult := jettyobf.Deobfuscate(input)\nfmt.Println(result) // will print 'hunter2'\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecnepsnai%2Fjettyobf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fecnepsnai%2Fjettyobf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fecnepsnai%2Fjettyobf/lists"}