Posts by Gabriel Henrique • 375 points
6 posts
-
3
votes2
answers340
viewsQ: How to save a function’s parameters to a variable?
I want to perform this function coord(343,5,6,2,86528,875433, longitude, latitude, 'COORDENADAS'); But I wanted to save the parameters to run the function later. How to save? I tried to var x =…
javascriptasked Gabriel Henrique 375 -
4
votes1
answer693
viewsQ: What are the ways of data storage in the browser?
I need to store information in JSON format directly in the browser, I’ve heard of localStorage HTML5 however it has storage limits that I would like to extend if possible if there are no…
html5asked Gabriel Henrique 375 -
1
votes2
answers445
viewsQ: Diffie-Hellman group key exchange
How to make a key exchange Diffie Hellman with 10-20 people for example, has as?
cryptographyasked Gabriel Henrique 375 -
11
votes2
answers992
viewsQ: Voice link between two points
I would like to study about, read how it is done and all possible details about making voice calls between two points A and B Similar works these links between users like Viber, Whatsapp, facebook…
-
5
votes1
answer1563
viewsQ: Perfect forward secrecy, what is it?
I was reading a story.I was quoting PFS and so I went to search, Wikipedia is weak on this, what is it? Is it like doing it? Please I’m a layman and I like examples, thank you from the start.
cryptographyasked Gabriel Henrique 375 -
3
votes1
answer2054
viewsQ: online users and time spent on the site
How can I get the amount of users online on my site (instantly), using only PHP MYSQL and JQUERY? and respectively get the time the user spent on my site