0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 7 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Finished up a few of the strategies. Now beginning the tests for all of these. More... almost 13 years ago
The password to this thing is 1337. More... almost 13 years ago
I went a bit overboard with these changes but now everything is organized. More... almost 13 years ago
New database More... almost 13 years ago
More strategies. More... almost 13 years ago
Now accounts work and are crazy secure, plus some more strategies are done. More... almost 13 years ago
Eclipse crashed; trying to clean up. More... almost 13 years ago
I can't believe I thought the text file thing was a good idea.. I have no idea how to test the static stuff right, also. More... almost 13 years ago
Database.java pretty much done. UserTracker connects to it nicely. More... almost 13 years ago
SQL script now includes procs I wrote a while ago. Changing some stuff to be file based instead of database based to make it easier (we can change over later). Got rid of redundant log stuff. No more user for ServerUserAuthenticator.java More... almost 13 years ago
Now the client cipher and its test are probably done. More... almost 13 years ago
Nonce stuff should be good now. All unit tests work. More... almost 13 years ago
Unit tests expanded. Nonce changed to not automatically record generated nonces. More... almost 13 years ago
Getting much closer to having a sane FractusConnector object. Negotiations should not work, combined with automatic cipher on/off switch. More... almost 13 years ago
Added and reorganized a ton of stuff having to do with cryptography. Make excellent Nonce implementation and started tests. More... almost 13 years ago
Now key material is derived using standards. Tests seem to work, surprisingly. More... almost 13 years ago
These things now work in harmony with the redesigned EncryptionManager which is refactored into fractus.crypto. More... almost 13 years ago
Wow, these actually work with PBKDF2! Unit test demonstrates. Wheee. More... almost 13 years ago
Adding junit 4.9 itself. More... almost 13 years ago
Adding unit tests! Uses log4j. More... almost 13 years ago
Factoring out the Server Key stuff into its own file. Now actually using encrypted PKCS proper, with PBKDF2 (PKCS 5v2). More... almost 13 years ago
This breaks the build. Beginning major overhaul to use entirely TLS and now thjs project will act as a CA. More... almost 13 years ago
Cleanup for v1.0 release More... about 13 years ago
Now RegisterKeyReqStrategy probably almost works. More... about 13 years ago
Making AddContactReq work More... about 13 years ago
Yo dawg I heard you like identifying keys so we put a UserTracker in your IdentifyKeyStrategy so you can authorize while you identify More... about 13 years ago
Wow, identify key request now almost works! Use this as a pattern for the other strategies on the server More... about 13 years ago
Database getting closer to authenticating. UserAuthenticator now redundant. ConnectorContext increasingly excellent. Strategies now use these really well. More... about 13 years ago
Wow this database may now be BALLIIINNNNN More... about 13 years ago
Added connection pool jar. Deleted hibernate bullshit. Modified stuff so it won't break the build when I commit this (will render further non-working temporarily) More... about 13 years ago