encryption
Speed up encryption/decryption?
I have an encryption and decryption code which I use to encrypt and decrypt video files (mp4). I\'m trying to speed up the decryption process as the encryption one is not that relevant for my case. Th[详细]
2023-04-11 18:53 分类:问答PCI - Store Cryptographic Keys Securely, Requirement 3.4
From the PCI DSS2 docs: https://www.pcisecuritystandards.org/documents/pci_dss_v2.pdf 3.4.1.b Verify that cryptographic keys are stored securely (for[详细]
2023-04-11 13:57 分类:问答Executing entire perl program from string in Perl
I have a program that is encrypted with Blowfish in a file and a second perl program that prompts for a passphrase tha开发者_运维百科t is used to decrypt it into a string, I would like to not have to[详细]
2023-04-11 12:30 分类:问答Why am I getting a segfault when trying to use Dr Brian Gladman's AES-GCM?
I am trying to use Dr Brian Gladman\'s famous AES encryption routines, in this case the Galois Counter Mode version, and I\'m getting a segfault and can\'t find the cause.[详细]
2023-04-11 12:18 分类:问答How to handle salt in password based encryption
I\'m learning to do proper crytographic implementations, and I thought as an exercise I would create an encrypted text editor.[详细]
2023-04-11 10:12 分类:问答How to view permissions for RSA Key Container
I\'ve created an RSA Machine-Store container as a non-administrator, and assigned Full Control to myself, as well as read access to other accounts.[详细]
2023-04-11 09:45 分类:问答How can I encrypt user content on my site so that not even I can access the content?
I need to encrypt content in my web application on a per-user basis. I, the root user, do no开发者_StackOverflow中文版t want to have access to users\' content, period.[详细]
2023-04-11 06:32 分类:问答i have a prob with string replacing in batch
i am trying to make my own encryption for .dll files. but it wont work like i want it too can annyone help.[详细]
2023-04-11 06:00 分类:问答C# RSA decryption
I have writed this code for decrypt a byte array with the RSA algorithm: the RSA Key class: public class RsaKeys[详细]
2023-04-11 05:20 分类:问答Know any good examples for a basic encrypted chat? (GnuTLS?)
I\'d like to write a basic socket chat app, except encrypted. Y\'know all those socket programming examples where you run a server and a client in the command line and it sends messages back and forth[详细]
2023-04-11 04:42 分类:问答