- You are here:
- Home
- CodeXchange
- All
- PowerBuilder
- Converting to API EcryptGenerator / KeyGenerator
Converting to API EcryptGenerator / KeyGenerator
- Ramón San Félix Ramón
- Code Author
- Offline
Less
More
- Posts: 29
1 week 24 minutes ago - 2 days 7 hours ago #572
by Ramón San Félix Ramón
This message has an attachment file.
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: 2 days 7 hours ago by Aubrey Lin @Appeon. Reason: Attached Zip File
Please Log in or Create an account to join the conversation.
Moderators: Appeon Administrator