Questions tagged [silvertunnel]

silvertunnel.org - easy-to-use secure and anonymous communication

silvertunnel.org - easy-to-use secure and anonymous communication This project provides software tools for anonymous Internet usage: a Java network library, an easy-to-use web browser and additional Java tools to easily access the Tor anonymity network. All tools are distributed for free and licensed under the GPL license.

6 questions
2
votes
1 answer

Unable to connect to tor network using silvertunnel netlib in java

I am trying to connect to tor network to send anonymous HTTP requests. But it throws IllegalBlockSizeException. I have used silvertunnel.org_netlib.jar public static void main(String[] args) { try { // TODO code application…
Munir
  • 51
  • 1
  • 9
2
votes
1 answer

Connection to TOR Java

I was looking at the silvertunnel library but struggling to build a successful connection. The problem I'm having is that the connection takes over 10 minutes to give output. I was looking through one of their tests, and this is my code: public…
user2059239
  • 41
  • 1
  • 7
1
vote
0 answers

"Server redirected too many times" when connecting through Tor in java

I'm trying to read a website through Tor in a java app with the silvertunnel-ng library. The connection seems to get build (log says "To start completed!"), but when I try to read the site I get a java.net.ProtocolException: Server redirected too…
gmolau
  • 2,815
  • 1
  • 22
  • 45
1
vote
2 answers

Silvertunnel exception: java.lang.NoSuchMethodError: org.bouncycastle.asn1.ASN1InputStream.readObject()Lorg/bouncycastle/asn1/DERObject;

I'm trying to connect to a tor hidden service using silvertunnel netlib, but I keep getting the same exception: Exception in thread "org.silvertunnel.netlib.layer.tor.directory.DirectoryManagerThread" java.lang.NoSuchMethodError:…
Tadej Gašparovič
  • 160
  • 1
  • 3
  • 12
1
vote
1 answer

Java: Tor HTTP Request using Silvertunnel Netlib

I'm trying to make an anonymized HTTP-request from within a Java application over the Tor network using Silvertunnel Netlib (https://silvertunnel.org/doc/netlib.html). I'm using the example code, which works when making the request over TCPIP but…
Hybrid System
  • 798
  • 12
  • 25
0
votes
1 answer

silvertunnel-ng netlib 0.0.4 in android

I want to ask if it is possible to use silvertunnel-ng netlib 0.0.4 on an android device. I try it to use it but i have a problem with security calculation in Encryption class of the library. Warning message is : WARN…
jdev
  • 1
  • 2