0
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Feb 24, 2025 — Feb 24, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update and rename example.html to example.md More... almost 2 years ago
Create README.md More... over 11 years ago
This revision adds the support to the bootstrap 2.0.3 plugin. Committing the web-app content just in case. More... about 13 years ago
This revision removes the older swf and removes the config from the resources. More... almost 14 years ago
This revision adds the support to the GitHub-like copy-and-paste button for the keys using the same swf from Github. The tag is as follows: More... almost 14 years ago
Just fixing the error type for the RESTful call. More... almost 14 years ago
Removing the older jar 1.1.1. More... almost 14 years ago
This revision finally fixes the encoder process to deal with blocks with 0's. More... almost 14 years ago
This revision simplifies the build system and adds the patched core to the web project. More... almost 14 years ago
This revision finally fixes the bug related to the blocks with repeated zeros "20030" or "10200". More... almost 14 years ago
This revision adjusts the root directory of the path to redirect to the key page. More... almost 14 years ago
This revision just fixes a few of the flow of the functionality. IT IS WORKABLE... More... almost 14 years ago
This revision implements the Decoder UI. In order to use it, the user must: 1. Come from the Generate Random Keys page. - Only needs to receive a message. More... almost 14 years ago
This revision adds the initial implementation of the form to submit the values to decode a message from the encoder page. In addition, it adds the JQuery plugin to copy-and-paste to the clipboard. HOwever, it worked once (maybe the flash lib crashed). More... almost 14 years ago
This revision implements the UI for the encoding of messages. There is still a lot to be worked on, but the basic feature is implemented. The calculation is displayed in the same page, as the service to encode a message is a JSON output. More... almost 14 years ago
This revision adds the UI for the intro page of the Encoding feature. More... almost 14 years ago
Just fixing the main menu items. More... almost 14 years ago
This revision fixes the link in the buttons to use the parameters map built in the controller for the keys. More... almost 14 years ago
This revision adds a tag library "<decodr:rsaKey />" to print the RSA keys. More... almost 14 years ago
This revision integrates the UI for the random keys generator, adding supporting css for the view. More... almost 14 years ago
This revision adds the support to the Twitter Bootstrap UI, including the templates and scaffolding. There were 3 plugins installed: More... almost 14 years ago
This revision represents the first working version of the entire process of encoding/decoding messages. In addition, it adds the updated version of the core library updated before. Finally, it adds the .gitignore to untrack some grails and eclipse files. More... almost 14 years ago
This revision adds initial configuration based on the documentation at http://grails.org/doc/latest/guide/conf.html#config More... almost 14 years ago
This revision adds the method "getLog()" for the Encoder/Decoder classes, as well as refactoring the RsaPrivateKey. More... almost 14 years ago
Adding the .gitignore file for the project. More... almost 14 years ago
This revision adds the first functionality for the RSA keys (printinng on the screen). It adds the first version of the dependency of the core library. Finally, it declares dependencies to the BuildConfig.groovy. More... almost 14 years ago
This revision fixes the build system to copy the core jar to the web's lib directory (grails). In addition, it refacts the Rsa class to reuse the key's logs. More... almost 14 years ago
This revision generates an executable script to execute the elected Main class inside of the generated jar. More... almost 14 years ago
This revision adds the EMMA Code Coverage to be executed after the test cases are executed. The classes are instrumented to be verified through the test cases. Simply execute the test cases: More... almost 14 years ago
This revision refacts the old Cryptonline into the new RSA Signr. The code goes to core. The entire process of generating private/public keys and encoding/decoding a given string is running in 0.2 seconds. This should be very fast. More... almost 14 years ago