-
I get a "not implemented" exception if I try to use TripleDES. What's the preferred "simple" and "not so secure but easy and fast" way to symmetrically encrypt/decrypt a string with a key in a dnxcore…
-
There are two departments, they each generate their own key,they encrypt their own data, and transmit the encrypted data to the server. The server multiplies or adds their ciphertext data, and then ge…
-
Hello,
While migrating our app to netcore 3, one of our test want red.
This unit test is availble [here](https://github.com/CK-Build/CKli/blob/5debb16e8f15eabd9344932da4fb85e1c8cfcaf9/Tests/CK.Sim…
-
When using CipherMode.CFB as Mode in the System.Security.Cryptography.TripleDES to Encrypt e.g. a password you don't get the same encryption string back in .NET 5.0 RC1 as you get in .NET 4.7.
We hav…
-
**Background:**
When opening a secure channel, the server sends a `security_token.RevisedLifetime` to the client with value `params.RequestedLifetime`. For UaExpert this is by default 3600 sec.
http…
-
Hi,
First of all, thanks for building and sharing the awesome project!
I used the following code to set up the SEAL context. IIUC from the tutorials, the fresh ciphertext should have roughly 218-4…
-
I set up the SEAL context with the following values:
`params = seal.EncryptionParameters(seal.scheme_type.BFV)`
`poly_modulus_degree = 16384`
`params.set_poly_modulus_degree(poly_modulus_degree)`…
-
_From @guardrex on Monday, May 30, 2016 1:57:49 PM_
Consider the following replacements for `IXmlEncryptor` and `IXmlDecryptor` ...
``` c#
public class CustomXmlEncryptor : IXmlEncryptor
{
pub…
-
src 폴더 안에 scala 파일을 모두 포함한 뒤 압축하여 제출하였는데 SYSTEM ERROR로 채점이 되지 않았습니다.
SYSTEM ERROR가 뜨는 것은 어떤 경우인가요?
이미 기한이 지나서 이번 과제는 어쩔 수 없더라도 다음 제출을 위해 이유를 알아두어야 할 것 같아서 질문합니다.
sndjg updated
3 years ago
-
This is a tracking issue for a final v0.3.0 release of the `cipher` crate, containing such changes as refactored block cipher traits (#352), unified error types (#373), and lots of cleanups of things …