Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kabili207/zoragen-gtk
GTK user interface for the zora-sharp library
https://github.com/kabili207/zoragen-gtk
gtk password-generator zelda
Last synced: about 1 month ago
JSON representation
GTK user interface for the zora-sharp library
- Host: GitHub
- URL: https://github.com/kabili207/zoragen-gtk
- Owner: kabili207
- License: gpl-3.0
- Created: 2015-01-31T18:50:28.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2024-05-01T15:40:38.000Z (8 months ago)
- Last Synced: 2024-05-02T10:47:46.543Z (8 months ago)
- Topics: gtk, password-generator, zelda
- Language: C#
- Homepage:
- Size: 227 KB
- Stars: 5
- Watchers: 5
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ZoraGen GTK [![Travis CI Build Status](https://travis-ci.org/kabili207/zoragen-gtk.svg?branch=master)](https://travis-ci.org/kabili207/zoragen-gtk) [![AppVeyor Build status](https://ci.appveyor.com/api/projects/status/b2ch8r9lbb8f8khn/branch/master?svg=true)](https://ci.appveyor.com/project/kabili207/zoragen-gtk/branch/master) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fkabili207%2Fzoragen-gtk.svg?type=shield)](https://app.fossa.io/projects/git%2Bgithub.com%2Fkabili207%2Fzoragen-gtk?ref=badge_shield)
A generator and decoder for the password system used in the Legend of Zelda Oracle of Ages and Oracle of Seasons games.
Built using the [ZoraSharp](https://github.com/kabili207/zora-sharp) library.### Features
* Decodes game and ring secrets
* Generates game, ring, and memory secrets
* Allows the user to save the game information for later use### TODO
* Include a debugging screen to get raw information about secrets### Special Thanks
* Paulygon - Created the [original secret generator](https://web.archive.org/web/20190204090345/http://home.earthlink.net/~paul3/zeldagbc.html) way back in 2001
* 39ster - Rediscovered [how to decode game secrets](http://www.gamefaqs.com/boards/472313-the-legend-of-zelda-oracle-of-ages/66934363) using paulygon's program
* [LunarCookies](https://github.com/LunarCookies) - Discovered the correct cipher and checksum logic used to generate secrets### License
ZoraGen GTK is licensed under the GNU General Public License version 3 or later.ZoraGen GTK makes use of the following libraries:
* [ZoraSharp](https://github.com/kabili207/zora-sharp), licensed under the GNU Lesser General Public License version 3
* [SemVer](https://github.com/maxhauser/semver), licensed under the MIT License[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fkabili207%2Fzoragen-gtk.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fkabili207%2Fzoragen-gtk?ref=badge_large)