Implement cipher key encryption (#3990)
Showing
- migrations/mysql/2023-10-21-221242_add_cipher_key/down.sql 0 additions, 0 deletionsmigrations/mysql/2023-10-21-221242_add_cipher_key/down.sql
- migrations/mysql/2023-10-21-221242_add_cipher_key/up.sql 2 additions, 0 deletionsmigrations/mysql/2023-10-21-221242_add_cipher_key/up.sql
- migrations/postgresql/2023-10-21-221242_add_cipher_key/down.sql 0 additions, 0 deletions...ions/postgresql/2023-10-21-221242_add_cipher_key/down.sql
- migrations/postgresql/2023-10-21-221242_add_cipher_key/up.sql 2 additions, 0 deletions...ations/postgresql/2023-10-21-221242_add_cipher_key/up.sql
- migrations/sqlite/2023-10-21-221242_add_cipher_key/down.sql 0 additions, 0 deletionsmigrations/sqlite/2023-10-21-221242_add_cipher_key/down.sql
- migrations/sqlite/2023-10-21-221242_add_cipher_key/up.sql 2 additions, 0 deletionsmigrations/sqlite/2023-10-21-221242_add_cipher_key/up.sql
- src/api/core/ciphers.rs 3 additions, 0 deletionssrc/api/core/ciphers.rs
- src/api/core/mod.rs 12 additions, 1 deletionsrc/api/core/mod.rs
- src/db/models/cipher.rs 5 additions, 0 deletionssrc/db/models/cipher.rs
- src/db/schemas/mysql/schema.rs 1 addition, 0 deletionssrc/db/schemas/mysql/schema.rs
- src/db/schemas/postgresql/schema.rs 1 addition, 0 deletionssrc/db/schemas/postgresql/schema.rs
- src/db/schemas/sqlite/schema.rs 1 addition, 0 deletionssrc/db/schemas/sqlite/schema.rs
Loading
Please register or sign in to comment