Converting to API EcryptGenerator / KeyGenerator
Ramón San Félix Ramón
CODE AUTHOR
Posts: 31
Ramón San Félix Ramón created the code: Converting to API EcryptGenerator / KeyGenerator
Following one of my examples on encryption and key generation, I wanted to turn it into an API in .NET 6 with C#.
This offers several uses: in addition to learning some concepts about APIs, it allows us to implement an encryption system compatible with PowerBuilder, .NET 6, and other frameworks such as React Native.
For this example, I modified the project in PowerBuilder so that it did not use native encryption functions. Instead, I used the RestClient object to make calls to an external API that now does all the work.
I leave you here a copy of the project today but I always recommend that you download it from git hub in case there is an update:
github.com/rasanfe/EncryptGeneratorApi
github.com/rasanfe/SecurityApi
To be aware of what I publish you can follow my blog in Spanish:
rsrsystem.blogspot.com
This offers several uses: in addition to learning some concepts about APIs, it allows us to implement an encryption system compatible with PowerBuilder, .NET 6, and other frameworks such as React Native.
For this example, I modified the project in PowerBuilder so that it did not use native encryption functions. Instead, I used the RestClient object to make calls to an external API that now does all the work.
I leave you here a copy of the project today but I always recommend that you download it from git hub in case there is an update:
github.com/rasanfe/EncryptGeneratorApi
github.com/rasanfe/SecurityApi
To be aware of what I publish you can follow my blog in Spanish:
rsrsystem.blogspot.com
This message has an attachment file.
Please log in or register to see it.
Last Edit: 3 weeks 3 days ago by Aubrey Lin @Appeon . Reason: Attached Zip File
Please Log in or Create an account to join the conversation.