Git Product home page Git Product logo

Comments (3)

mattifestation avatar mattifestation commented on June 12, 2024

Thanks for bringing this to my attention and sorry for the delay in responding. I'd be more comfortable sticking to an AES crypto algorithm. Not being familiar with FIPS compliance settings, do you know if the System.Security.Cryptography.AesManaged class would be an acceptable alternative or is that essentially the same thing?

Thanks,
Matt

from powersploit.

aconite33 avatar aconite33 commented on June 12, 2024

Matt,

I used System.Security.Cryptography.RijndaelManaged, however I'm sure the AESManaged would work as well.
You can test it by modifying this registry entry: HKLM\System\CurrentControlSet\Control\Lsa\FIPSAlgorithmPolicy DWORD : Enabled 1
(http://blog.aggregatedintelligence.com/2007/10/fips-validated-cryptographic-algorithms.html)

AES is a FIPS compliant encryption according to this document: http://csrc.nist.gov/publications/fips/fips197/fips-197.pdf

from powersploit.

mattifestation avatar mattifestation commented on June 12, 2024

AESManaged didn't work so I changed it to TripleDESCryptoServiceProvider. Thanks for the suggestion! In my testing, when I enabled FIPSAlgorithmPolicy, it broke git when I tried to commit. LOL.

I also cleaned up the script a bit. It still needs some refactoring though. That thing is ugly! ;) It was one of my first scripts though. Haha.

from powersploit.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.