Create a class called SecretEngine in this project. Inside, create a single Shared function called Secretify that will accept either:
a single string parameter
a string and a Boolean value parameters
Secretify will return a string based on the following – if Secretify is invoked with the following arguments:
“Hello!” The string “Hello!” will be encrypted (made secret to people wouldn’t understand what I was really trying to say)
“Hello!”, False “Hello!” will be decrypted (assuming that the string “Hello!” was made secret)
thabang.b.kekana 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.