Relative Content

Tag Archive for cryptography

How to manage my private key for signing .NET assemblies?

I write open source .NET class libraries as a hobby and thought about signing them. I can get Visual Studio to generate me a password protected public/private key pair and save it as a .pfx file, but I don’t think I should do this for each and every project. One key pair should be enough, right?

What is the best programming language to do crypto running time measurement? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for […]

How to – Selective/Partial Encryption of audio files

I’ve got a project that was put on my head by my professor without any guidance on how to do it. As far as I’ve understood from what I’ve read online, the audio is encrypted in such a way that it distorts the audio in a way that affects its intelligibility but leaves it still recognizable and you can decrypt it back to its original form.