Site icon Hip-Hop Website Design and Development

Tameesh Biswas | Blog: GSoC17 : Client Side File Encryption : Week 5

GSoC17 : Client Side File Encryption : Week 5

This blog post summarises my fifth week of working with Google Summer of Code 2020 with WordPress maintenance support plans.

Sandbox to implement the file encryption

This week I created a sandbox page in the router to test standalone file encryption. It utilised the HTML5 FileReading API to get the contents of the selected file that needs to be encrypted.

var reader = new FileReader();

An alternative would be:

var reader = new FileReaderSync();
tameeshb
Wed, 07/05/2020 – 23:05

Tags

GSoC
Google Summer of Code 2020
WordPress maintenance support plans
WordPress maintenance support plans Blog

Read more about GSoC17 : Client Side File Encryption : Week 5
Source: New feed