Skip to content

A Blazor application on .NET 5.0 for generating asymmetric keys and self-signed certificates, signing files digitally and verifying signatures.

License

Notifications You must be signed in to change notification settings

DanielDantasL/DigitalSignatureServiceSample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Digital Signature Service Sample

This application uses Blazor Server and .NET 5.0 to provide an experimenting environment for generating asymmetric keys and self-signed certificates, signing files digitally and verifying signatures.

Please note that it was developed for educational purposes only and is provided without warranty of any kind.

How to install .NET 5

Please refer to the official guides on how to install .NET on Windows, MacOS or Linux.

Running the Application

To run the server locally, use dotnet run on the DigitalSignWebService folder:

cd DigitalSignWebService
dotnet run

By default, the server will be running on the the https://localhost:5001/ port.

To test the application online, please visit the website.

About

A Blazor application on .NET 5.0 for generating asymmetric keys and self-signed certificates, signing files digitally and verifying signatures.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published