CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: SylentAccounts

  1. #1
    Join Date
    Mar 2012
    Location
    Long Island, NY
    Posts
    1

    SylentAccounts

    Hey everyone,

    Ive created a Java jar library called SylentAccounts that could hopefully help some of you out. I have searched for hours for a secure accounts system library and after finding nothing that suited my needs i decide to make one myself. I call this SylentAccounts. Its a complete user accounts system that stores data on the SylenTec servers so you don't need to purchase your own server. Its incredibly secure, it hashes all sensitive data with SHA-512 and another undisclosed form of security. What makes it unique is of course its stability and security but also its ability to ban a specific computer and not an account. It's incredibly easy to implement into any Java application. If you have any questions feel free to ask and btw...its free!

    It was designed so that anyone can use it, even if you are completely new to Java.

    -Cristian

  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: SylentAccounts

    Moved from java forum
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured