Search:

Type: Posts; User: Jack Walters

Search: Search took 0.00 seconds.

  1. Replies
    9
    Views
    1,095

    C++ is a superset of C, it was made before C. Why...

    C++ is a superset of C, it was made before C. Why use C? Many reasons. One reason is C can typically is closer to assembly, and was much more widely used back in the day. C is procedural. Some...
  2. Replies
    17
    Views
    2,838

    Okay, I just am familiar with hashes being used...

    Okay, I just am familiar with hashes being used to encrypt passwords.
  3. Replies
    17
    Views
    2,838

    So, what if I wanted to use hashes to encrypt...

    So, what if I wanted to use hashes to encrypt files? Only problem is, I cant decrypt them.
  4. Replies
    17
    Views
    2,838

    Should I use numbers and letters?Or just numbers?...

    Should I use numbers and letters?Or just numbers? If I use letters, should I add the ascii (or unicode) character number or? Or should I use hex codes like wep keys do? Should I make the user...
  5. Replies
    17
    Views
    2,838

    Hmmm. Good point. I just didn't want to burden...

    Hmmm. Good point. I just didn't want to burden the user with passwords,giving people too much to remember can annoy some people. But, I suppose there is no way around it if I want my app secure.
  6. Replies
    17
    Views
    2,838

    Trap door functions? Never heard of that sounds...

    Trap door functions? Never heard of that sounds interesting.

    >That's called a Ceaser Cypher

    Wow, I didn't think it would actually have a name. Cool.

    I may decide to have an option of...
  7. You know what would help you?...

    You know what would help you? http://www.winprog.org/tutorial/ This tutorial will get you acquainted with the Windows API. Then use MSDN after that to find answers you seek. If you don't have net...
  8. Replies
    17
    Views
    2,838

    Nice responses. The passkey idea reminds me of...

    Nice responses. The passkey idea reminds me of WEP Encryption. Um, I'm sure I can handle bit manipulation, I programmed in assembly languages for years. Actually learned assembly as one of my first...
  9. Replies
    17
    Views
    2,838

    File Encryption

    I am not sure if this post belongs in this forum or not... but... I am planing on creating a program that provides the features of a text editor, but also lets you encrypt a file. I plan to do this...
Results 1 to 9 of 9