Rasmus Faber

7,045
reputation
583 views

Registered User

name Rasmus Faber
member for 1 year
seen 3 hours ago
website
location Aarhus, Denmark
age 34
Software Developer at Cryptomathic
16m
accepted Simple use of RSACryptoServiceProvider KeyPassword fails
2d
awarded  Taxonomist
Dec
18
revised calling managed code from unmanaged code
edited body
Dec
18
accepted calling managed code from unmanaged code
Dec
17
revised 48-bit blowfish
added 467 characters in body
Dec
17
comment 48-bit blowfish
Of course it will. Counter-mode transforms blowfish into a stream-cipher, so you can just take the first 48-bit of the stream and xor it with the plain-text to get the cipher-text (just as you would with RC4-drop as you suggest in your answer).
Dec
16
revised DSA problem - create DSA public/private key with .NET, use the public key with Java(android)
added 24 characters in body; deleted 1 characters in body
Dec
16
accepted DSA problem - create DSA public/private key with .NET, use the public key with Java(android)
Dec
16
answered Simple use of RSACryptoServiceProvider KeyPassword fails
Dec
16
answered Are .Net’s and Java’s DSA implementation compatible?
Dec
16
revised DSA problem - create DSA public/private key with .NET, use the public key with Java(android)
added 1215 characters in body
Dec
16
answered DSA problem - create DSA public/private key with .NET, use the public key with Java(android)
Dec
7
answered 48-bit blowfish
Dec
6
awarded  Mortarboard
Dec
3
revised Qt: Expand ~ to home-directory
added 326 characters in body
Dec
2
asked Qt: Expand ~ to home-directory
Nov
26
accepted Importing a private-public exchange key pair
Nov
26
revised Importing a private-public exchange key pair
edited body
Nov
26
answered Importing a private-public exchange key pair
Nov
24
accepted What are those “garbage” 16 bytes at the beginning of an unencrypted EncryptedData tag from an encrypted ws-security SOAP message? (WCF)
Nov
23
awarded  Tumbleweed
Nov
21
answered What are those “garbage” 16 bytes at the beginning of an unencrypted EncryptedData tag from an encrypted ws-security SOAP message? (WCF)
Nov
19
revised Protecting RSACryptoServiceProvider private key with password or otherwise
cryptography is probably a more important tag than publickey
Nov
19
answered Protecting RSACryptoServiceProvider private key with password or otherwise
Nov
19
answered ByteArray In C# Is Unable To Show All Contents In TextBox
Nov
18
comment Window CryptoAPI: Can I choose the public exponent when generating an RSA key pair?
Prime? Generator? If you are talking about KP_G and KP_P, those are for DSA.
Nov
16
awarded  Nice Answer
Nov
16
asked qmake: Test for current spec.
Nov
16
revised Window CryptoAPI: Can I choose the public exponent when generating an RSA key pair?
added 88 characters in body
Nov
16
asked Window CryptoAPI: Can I choose the public exponent when generating an RSA key pair?
Nov
16
asked qmake: How do I copy .dll/.so’s to the output directory?
Nov
12
comment Cassini/WebServer.WebDev, NUnit and AppDomainUnloadedException
Not a /good/ solution, but I ended up setting failonerror="false" on the NUnit-task and postprocessing the xml-output with a separate tools, that ignored the unhandled AppDomainUnloadedException.
Nov
10
answered Parse string to C# lambda Func
Nov
6
awarded  Nice Answer
Nov
4
comment To make a choice between ManualResetEvent or Thread.Sleep()
A ManualResetEvent behaves quite differently than periodically polling.
Nov
4
answered What C# features would be removed if backwards compatibility were not an issue?
Nov
2
comment Decryption type and breaking (AES 128?)
""When a byte changes on the original file, the [...} the previous [...] block [changes]." Have you double-checked that? That would make it different from any mode i have ever heard of.
Oct
30
accepted How to encode an RSA key using PKCS12 in Python?
Oct
30
awarded  Popular Question
Oct
30
answered How to encode an RSA key using PKCS12 in Python?
Oct
29
answered AES difference between iPhone (Objective-c) and Java
Oct
29
accepted How to test cryptography methods
Oct
28
answered How to test cryptography methods
Oct
28
accepted Using a previously generated RSA public/private key with the .net framework
Oct
27
comment rsacryptoserviceprovider using x509 certificates c#
But I was talking about using an AES symmetric key, which the RSA asymmetric keypair should encrypt rather than encrypting the text directly. I realize that the makecert tool generates the RSA keys.
Oct
26
comment rsacryptoserviceprovider using x509 certificates c#
Could you try including the value of "encrypted", too? The base64-encoding would be fine.
Oct
26
comment rsacryptoserviceprovider using x509 certificates c#
"when cert returns back it already generates the aes symmetric key." I don't really understand what that means. Where is the AES key generated? I can't see it anywhere in your codesample.
Oct
26
revised rsacryptoserviceprovider using x509 certificates c#
added 839 characters in body
Oct
26
revised rsacryptoserviceprovider using x509 certificates c#
added 14 characters in body; added 2 characters in body
Oct
26
revised Visual Basic Cryptography Question
added 168 characters in body