Code Monkey home page Code Monkey logo

cryptdb's People

Contributors

ralucaada 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  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cryptdb's Issues

Error on installation ubuntu 14.04

I get:
configure.in:106: warning: PKG_PROG_PKG_CONFIG is m4_require'd but not m4_defun'd
m4/gtk-doc.m4:7: GTK_DOC_CHECK is expanded from...
configure.in:106: the top level
configure.in:76: error: possibly undefined macro: AC_MSG_RESULT
If this token and others are legitimate, please use m4_pattern_allow.
See the Autoconf documentation.
configure.in:77: error: possibly undefined macro: AC_MSG_ERROR
configure.in:248: error: possibly undefined macro: AC_DEFINE
./install.rb:167:in pretty_execute': ./autogen.shfailed (RuntimeError) from ./install.rb:160:in>'
from ./install.rb:86:in fn' from ./install.rb:272:in

'

cryptdb add a static library

Hello,
I am studying on the Cryptdb and I want to add the static library .a in the Cryptdb and after I want to call some functions from static library .a .
Could you help me please how to add the static library?

Thanks!

cryptdb is not endian-safe

operations such as crypto/blowfish:
uint64_t decrypt(uint64_t ct) const {
uint64_t pt;
block_decrypt(&ct, &pt);
return pt;
}
is not endian-safe.

ERROR 1105 (HY000): (proxy) all backends are down.

My system is Debian 9 which doesn't get some of the necessary Dependency packages (liblua5.1-0-dev libmysqlclient-dev for example). So I pull an ubuntu 12 's docker image and install the cryptDB on the container. I am definitely following the readme of the CryptDB. And I install successfully.
than I test the cryptdb with the command :

    /root/cryptdb/bins/proxy-bin/bin/mysql-proxy  
 --plugins=proxy --event-threads=4     
 --max-open-files=1024 
 --proxy-lua-script=$EDBDIR/mysqlproxy/wrapper.lua     
 --proxy-address=127.0.0.1:3307     
 --proxy-backend-addresses=localhost:3306

it gets:

2018-11-05 14:58:07: (critical) plugin proxy 0.8.4 started

And I open another terminal with of the same container and run :

mysql -u root -pletmein -h 127.0.0.1 -P 3307

Unfortunately, it gets :

ERROR 1105 (HY000): (proxy) all backends are down.

And simultaneously the proxy gets:

2018-11-06 02:23:54: (critical) proxy-plugin.c.1865: Cannot connect, all backends are down.

I really get confused. Any advice will be appreciated. Thanks a lot!

PS: here is another bro who have the same problem. another similar question

how to run cryptdb on postgresql?

Compile: cd src/EDB/; make
-- Run: ./test [runs integration tests]
./test shell [runs a shell]
-- there are other tests in test.cc
In /cryptdb/blob/master/doc/notes/oldpostgres,I don't find the src/EDB/,and I don't know how to run ./test.

Is this project discounted?

Hi,
I wanna know if this project is disontinued or not?
And if yes, what's the reason. Is there any known security breaches vulnerability or some tricks to hack the encryption scheme that caused the project to be discontinued?
Thanks

Errors and warnings

When I run install.rb file, it gives so much errors and warnings. Can someone please help me sort this out?
I am using VMware and Ubuntu 18.04.3.

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.