mirror of
https://github.com/gnh1201/welsonjs.git
synced 2025-12-12 10:32:47 +00:00
Update README.md (Catswords.Phantomizer)
Update README.md (Catswords.Phantomizer)
This commit is contained in:
parent
97f4020af2
commit
145547b6d8
|
|
@ -13,8 +13,9 @@ It allows your application to fetch and load assemblies directly from your CDN (
|
|||
* Optional `.dll.gz` decompression for faster network delivery
|
||||
* CDN-friendly URL structure
|
||||
* Easy bootstrap through a small embedded loader
|
||||
* Loader is implemented using **pure .NET BCL only**, ensuring stable operation without external dependencies
|
||||
* Loader is implemented using **pure .NET BCL only**, ensuring stable operation without external dependencies (Both .NET Framework and .NET Core supported)
|
||||
* Built-in **code-signing verification** support to ensure assemblies are trusted and tamper-free
|
||||
* An efficient integrity verification process based on an integrity manifest (NFT-grade immutability)
|
||||
|
||||
---
|
||||
|
||||
|
|
@ -148,6 +149,10 @@ Phantomizer can verify assemblies before loading them by downloading an integrit
|
|||
|
||||
You can host this integrity file anywhere — **preferably separate from your main CDN**, to prevent tampering and ensure independent verification of assembly integrity.
|
||||
|
||||
### 🔒 Why separate Integrity URL and main CDN?
|
||||
|
||||
Separating them prevents a compromised CDN bucket from serving malicious DLLs **and falsifying the integrity file**. Phantomizer can **trust the integrity manifest**, even if the main CDN is partially compromised.
|
||||
|
||||
### ✔ Recommended: Filebase (IPFS-pinning, NFT-grade immutability)
|
||||
|
||||
Filebase provides **immutable IPFS-based storage**, which is widely used in blockchain ecosystems — including **NFT metadata storage** — due to its strong guarantees of *content-addressing* and *tamper resistance*.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user