• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Recent content by Cintirich

  1. C

    Email list Hashing on a Windows laptop

    Hi all, I recently had a sFTP site set up at work so that I can directly send sensitive files to our vendors, including email opt-out and suppression lists. We are currently using a 3rd party company to do this and it's very expensive. Industry best practice dictates that we should use a...
  2. C

    MD5 Hash question

    This is correct. If there is a simple way to do a command line in Windows 7, that might work, but otherwise, probably a utility.
  3. C

    MD5 Hash question

    exactly correct.
  4. C

    MD5 Hash question

    I probably am mixing up some of the terminology. I apologize for the confusion. As you can probably detect, the major issue I'm running into here is that I am a lay person trying to replicate the process of someone trained in IT security, in which I have no experience, training or tools. I...
  5. C

    MD5 Hash question

    When I rename it (deleting the .gpg and leaving the .txt), it contains a giant string of characters like this: 耍鑌꠭革웓⍊炙뼱ẙ⷗傎䡇斍뒡괧
  6. C

    MD5 Hash question

    Sorry for the late reply. We send a 3rd party vendor an email suppression list to scrub their outbound emailing list of people who have requested we don't contact them, per CAN SPAM laws. The file is encrypted with MD5 so that an unscrupulous vendor cant take our email suppression list and...
  7. C

    MD5 Hash question

    Hi folks, My boss is asking me to replicate the process we pay a vendor to do which is taking some data we send them via text file, applying MD5 one way hash to it, and distributing the hashed file to our vendors. I got a copy of gpg4win and used it to hash a text file but it adds the .gpg...
  8. C

    Is using S/MIME encryption and MD5 an acceptable alternative to SFTP xfer?

    My company is currently using UnSubCentral to distribute our email opt-out and suppression lists to our online vendors in order to comply with CANSPAM and PII laws and best practices. UnSub collects our lists and uploads it to their database using a Secure FTP. Our vendors then log into...
  9. C

    HDMI to VGA adaptors (help!)

    Hello all, The screen on my Dell laptop cracked yesterday. This is my work computer and I need to be able to hook it up to a flat panel LCD at home. The problem is that the only output for the flatscreen is HDMI and the laptop only accepts VGA. There are a ton of HDMI to VGA adapters on...
  10. C

    Shopping for a Flat Panel TV

    Forgive me if I'm posting this in the wrong area, but I can't really find a better one for this subject. Our living room CRT TV just went kaplooie and I'm looking to upgrade to a flat-screen on a budget. I've heard that deals can be found by buying off-brand models which are essentially the...
  11. C

    ASP - Insert using a dropdown box

    Mods, please delete. This has been resolved. Thank you. Hello all, I've searched and searched and even tried posting to the ASP forums with no success so I'm hoping I can get some help here. I've been working on this issue for two days and am getting no farther at this point. I'm setting...
  12. C

    Stuck on Looping and variables in C#

    Fixed. Thank you and sorry about that. :)
  13. C

    Stuck on Looping and variables in C#

    Hi everyone, First, I have read the sticky and I've done a lot of searching around the net trying to find the answers. I think I know how I want to do the problem but I'm not sure how to implement it into my code. Here's the issue. I wrote a short program that asks the user for loan...
  14. C

    Help with C# -- Rounding

    Where, exactly would those go in my code? I'm assuming I would choose one method or the other, not both, correct? We're really only going into week 2 of this stuff and I'm not sure what I'm doing. (Obviously) Thank you
  15. C

    Help with C# -- Rounding

    The problem is that I have no idea how to implement rounding in the first place. I'm not exactly sure where to put the text so that it does what it's supposed to do. My professor said "Look it up" which I have done, but all I can find are 1 line examples, such as Math.Round() but no context as...
Back
Top