-
### Steps to reproduce
```ruby
# frozen_string_literal: true
require "bundler/inline"
gemfile(true) do
source "https://rubygems.org"
gem "rails"
# If you want to test against …
-
I have same wonder with the post (https://github.com/microsoft/SEAL/issues/402#issue-1022757442).
Let's suppose that CKKS use the primes for crt with {60, 40, 40, 60} bitwidth.
Let's call them q…
-
hello, I built this lib and tested the python. found many failures see the log file:
[test_results.log](https://github.com/user-attachments/files/17364660/test_results.log)
-
`springboot version` : `2.7.0`
`springcloud version` : `3.1.4`
`jasypt version` : `3.0.3`
When I customize an encryption and decryption springboot bean
In my java code
``` java
@SpringBootConf…
-
I would like to work on and build a file encryption program which will encrypt file by AES256 algorithm and store the key
Please assign this to me and also label it under hacktoberfest
-
您好,项目中引用了
`
com.github.ulisesbocchio
jasypt-spring-boot-starter
3.0.5
`
并且
使用了
`
com.baomidou
dynamic-datasource-spring-boot-starter
3.5.2
`
由于dynamic-data…
-
I'm running LAPS-WebUI using Docker on Linux, connection to ldap goes through, I can login with my username, but search for any ComputerName yields no results despite computers clearly being under Sea…
-
## Problem
When calling `encrypt` with some YAML it raises. This means only a subset of YAML is supported, but the file I am trying to encrypt has a structure like this:
```yaml
list:
-
…
-
Hey
I want do encrypt and decrypt an email using AES128-GCM. I generated a keypair for testing using `openssl req -newkey rsa:2048 -nodes -keyout key.pem -x509 -days 365 -out certificate.pem`. Encr…
-
## Bug Report
### Which version of ShardingSphere did you use?
5.3.1
### Which project did you use? ShardingSphere-JDBC or ShardingSphere-Proxy?
ShardingSphere-JDBC
My SQL:
```sql
SELECT …