{"id":18647937,"url":"https://github.com/gilgames000/go-noscrypto","last_synced_at":"2025-07-09T07:08:24.300Z","repository":{"id":106368253,"uuid":"186325768","full_name":"Gilgames000/go-noscrypto","owner":"Gilgames000","description":"Golang implementation of the packet encryption/decryption algorithms used by the MMORPG NosTale.","archived":false,"fork":false,"pushed_at":"2020-09-02T08:18:55.000Z","size":19,"stargazers_count":6,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-19T20:52:57.952Z","etag":null,"topics":["cryptography-algorithms","encryption-decryption","go","golang","nostale"],"latest_commit_sha":null,"homepage":null,"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/Gilgames000.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}},"created_at":"2019-05-13T01:34:41.000Z","updated_at":"2022-08-15T11:42:28.000Z","dependencies_parsed_at":null,"dependency_job_id":"844d967b-9211-41e0-9666-ecfb7897e8b1","html_url":"https://github.com/Gilgames000/go-noscrypto","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gilgames000%2Fgo-noscrypto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gilgames000%2Fgo-noscrypto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gilgames000%2Fgo-noscrypto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Gilgames000%2Fgo-noscrypto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Gilgames000","download_url":"https://codeload.github.com/Gilgames000/go-noscrypto/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223469685,"owners_count":17150405,"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":["cryptography-algorithms","encryption-decryption","go","golang","nostale"],"created_at":"2024-11-07T06:28:22.085Z","updated_at":"2024-11-07T06:28:22.679Z","avatar_url":"https://github.com/Gilgames000.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# go-noscrypto\r\nGolang implementation of the packet encryption/decryption algorithms used by the\r\nMMORPG NosTale.\r\n\r\n## Installation\r\n```\r\ngo get -u github.com/gilgames000/go-noscrypto/\r\n```\r\n\r\n## Example\r\n```go\r\npackage main\r\n\r\nimport (\r\n\t\"fmt\"\r\n\t\"github.com/gilgames000/go-noscrypto/pkg/noscryptoclt\"\r\n)\r\n\r\nfunc main() {\r\n\tsessionNumber := 10\r\n\tencryptedPacket := noscryptoclt.EncryptGamePacket(\"say 1 1337 0 Hello World\", sessionNumber)\r\n\tfmt.Println(\"encryptedPacket : \", encryptedPacket)\r\n}\r\n```\r\n\r\n## Packages\r\n- [noscryptoclt](https://github.com/Gilgames000/go-noscrypto/tree/master/pkg/noscryptoclt) - algorithms used by NosTale Gameforge client\r\n- [noscryptosrv](https://github.com/Gilgames000/go-noscrypto/tree/master/pkg/noscryptosrv) - algorithms used by NosTale Gameforge server (incomplete)\r\n\r\n## Documentation\r\nYou can check the documentation online on [godoc.org](https://godoc.org/?q=go-noscrypto)\r\n\r\n## License\r\nThis project is licensed under the MIT License - see the [LICENSE](https://github.com/Gilgames000/go-noscrypto/blob/master/LICENSE) file for details\r\n\r\n## Acknowledgements\r\n- [All NosTale Cryptography](http://www.bordergame.it/Thread-All-Nostale-Cryptography)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgilgames000%2Fgo-noscrypto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgilgames000%2Fgo-noscrypto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgilgames000%2Fgo-noscrypto/lists"}