Code Monkey home page Code Monkey logo

securesha.re-client's Introduction

securesha.re-client

Client-side files for Securesha.re, a simple end-to-end encrypted file sharing website.

What is this?

These files are provided as verification that securesha.re is in fact secure. Interested parties are welcome to read through the code and submit pull requests as they see fit.

License

MIT

securesha.re-client's People

Contributors

strml avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

securesha.re-client's Issues

jquery-spaghetti build

Hello,
How to build jquery-spaghetti?

Running "clean:build" (clean) task

Running "jshint:validate" (jshint) task
Linting app/formatters.js ...ERROR
[L8:C20] W098: 'Latin1Formatter' is defined but never used.
var Latin1Formatter = {
Linting app/formatters.js ...ERROR
[L17:C42] W098: 'opts' is defined but never used.
stringify: function (cipherParams, opts) {
Linting app/formatters.js ...ERROR
[L2:C60] W098: 'lzw_encode' is defined but never used.
/_global CryptoJS:true, lzw_encode:true, lzw_decode:true */
Linting app/formatters.js ...ERROR
[L2:C60] W098: 'lzw_decode' is defined but never used.
/_global CryptoJS:true, lzw_encode:true, lzw_decode:true /
Linting app/shared.js ...ERROR
[L60:C38] W098: 'message' is defined but never used.
showStatusMessage: function(message){
Linting app/shared.js ...ERROR
[L1:C49] W098: '
' is defined but never used.
/_global _:true, escape: true, CryptoJS: true */
Linting app/uploader.js ...ERROR
[L189:C19] W116: Expected '!==' and instead saw '!='.
if(e.loaded != e.total){
Linting app/uploader.js ...ERROR
[L66:C13] W098: 'time' is defined but never used.
var time = new Date();
Linting app/uploader.js ...ERROR
[L167:C31] W098: 'beforeSendHandler' is defined but never used.
function beforeSendHandler(xhr) {
Linting app/uploader.js ...ERROR
[L167:C35] W098: 'xhr' is defined but never used.
function beforeSendHandler(xhr) {

Warning: Task "jshint:validate" failed. Used --force, continuing.

Running "jst:dist/templates.js" (jst) task

Destination not written because compiled files were empty.

Running "compass:secureshare" (compass) task
Configuration file, ../config.rb, not found or not readable.
Warning: Task "compass:secureshare" failed. Used --force, continuing.

Running "uglify:secureshare" (uglify) task
Source Map "dist/build.js.map" created.
File "dist/build.js" created.

Running "md5:compile" (md5) task
File 'dist/build-b846ca0cba824d03b4a4c4b2e3742136.js' created.
File 'dist/style-3a3236c224741f4d481f15316389a4bc.css' created.
Warning: ENOENT, no such file or directory 'index.html' Used --force, continuing.

Done, but with warnings.

Site redesign

Going for something much simpler with an emphasis on professional single-use encrypted storage.

Upgrade to CryptoJS 3.1.2 and use Typed Arrays

3.1.2 has support for Typed Arrays - since we receive our file buffers in raw storage that can be assigned an ArrayView, it should save us some processing; we can skip the internal WordArray conversion.

Update Polymer version to latest

http://securesha.re is now running on the jquery version as #4 and #5 are fixed in it, and it works on all browsers.

Updates to the web components spec breaks Polymer - Polymer will not polyfill the spec if it is implemented, and the spec has changed, turning the whole project into a big syntax error.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.