17-decode-the-secret

command
v0.0.0-...-3e9d989 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 22, 2022 License: GPL-3.0 Imports: 2 Imported by: 0

Documentation ¶

Overview ¶

👋 Welcome Gophers! In this challenge, you are tasked with decoding the secret message.

You will need to implement the DecodeSecret function which will take in a string that has been encoded using base64 encoding and decode this string.

This decoded string will be the result of a caesar cipher which has shifted all of the characters of the string up by 1 place. So you will have to ensure that when you return the result, it also decodes this cipher.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL