[PR #450] [CLOSED] Enhanced cryptography #1142

Closed
opened 2026-02-27 15:53:15 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/quasar/Quasar/pull/450
Author: @maldevel
Created: 4/25/2016
Status: Closed

Base: masterHead: enhanced-cryptography


📝 Commits (2)

📊 Changes

2 files changed (+44 additions, -15 deletions)

View changed files

📝 Client/Core/Cryptography/AES.cs (+22 -8)
📝 Server/Core/Cryptography/AES.cs (+22 -7)

📄 Description

replace md5 with sha2 (256)
replace aes128 with aes 256 cbc


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/quasar/Quasar/pull/450 **Author:** [@maldevel](https://github.com/maldevel) **Created:** 4/25/2016 **Status:** ❌ Closed **Base:** `master` ← **Head:** `enhanced-cryptography` --- ### 📝 Commits (2) - [`48efdd2`](https://github.com/quasar/Quasar/commit/48efdd26f3a2cef588db158187f5289fe4e5e20d) sha256 instead of md5 - [`680b7a7`](https://github.com/quasar/Quasar/commit/680b7a7363795b3223363ba99d3d1a2c43d57968) AES 256 CBC ### 📊 Changes **2 files changed** (+44 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `Client/Core/Cryptography/AES.cs` (+22 -8) 📝 `Server/Core/Cryptography/AES.cs` (+22 -7) </details> ### 📄 Description replace md5 with sha2 (256) replace aes128 with aes 256 cbc --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:53:15 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Quasar#1142
No description provided.