En JavaScript tenemos dos métodos para codificar y descodificar strings en Base64: atob y btoa. La forma de trabajar con estos dos métodos es bastante sencilla: [html]<!DOCTYPE html> <html> <head> <title></title> <style> article { width: 20%; margin: auto; font-size: 12pt;…